package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# 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