# Functions
NewGrpcServer returns a new grpc server.
NewGrpcServerBuilder creates a new builder for configuring and initializing a gRPC server.
WithStreamInterceptor sets the StreamInterceptor option to grpc server.
WithTransportCredentials sets the transport credentials parameters for a grpc server builder.
# Structs
GrpcServer wraps `grpc.Server` and allows to manage it using `component.Component` interface.
GrpcServerBuilder created for separating the creation and starting GrpcServer, cause services need to be registered before the server starts.
# Type aliases
No description provided by the author