# Packages
No description provided by the author
# Functions
Address with server address.
CustomHealth Checks server.
Dial returns a GRPC connection.
DialInsecure returns an insecure GRPC connection.
Endpoint with server address.
Listener with server lis.
Logger with server logger.
Middleware with server middleware.
Network with server network.
NewServer creates a gRPC server by options.
No description provided by the author
Options with grpc options.
StreamInterceptor returns a ServerOption that sets the StreamServerInterceptor for the server.
Timeout with server timeout.
TLSConfig with TLS config.
UnaryInterceptor returns a ServerOption that sets the UnaryServerInterceptor for the server.
WithDiscovery with client discovery.
WithEndpoint with client endpoint.
WithLogger with logger Deprecated: use global logger instead.
WithMiddleware with client middleware.
WithNodeFilter with select filters.
WithOptions with gRPC options.
No description provided by the author
WithStreamInterceptor returns a DialOption that specifies the interceptor for streaming RPCs.
WithSubset with client disocvery subset size.
WithTimeout with client timeout.
WithTLSConfig with TLS config.
WithUnaryInterceptor returns a DialOption that specifies the interceptor for unary RPCs.
# Type aliases
ClientOption is gRPC client option.
ServerOption is gRPC server option.
Trailer is a grpc trailer MD.