package
0.0.0-20250115183021-140eebdfadca
Repository: https://github.com/pentops/grpc.go.git
Documentation: pkg.go.dev
# Functions
Listen starts a net listener on the given bind address, which may be a TCP port or address, or a Unix domain socket.
ListenAndServe starts a listener on the given bind address and serves until the context is done or an error is returned.
Serve starts the gRPC server on the given listener until the context is done or an error is returned.
# Interfaces
No description provided by the author