Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DialContext func-alias DialContext = grpc.DialContext // WithBlock func-alias WithBlock = grpc.WithBlock // WithInsecure func-alias WithInsecure = grpc.WithInsecure )
View Source
var Module = module.Module{
{Constructor: routing},
}
Module is a gRPC layer module.
Functions ¶
This section is empty.
Types ¶
type Server ¶
Server type-alias
func NewServer ¶
func NewServer(opts ...ServerOption) *Server
NewServer creates a gRPC server which has no service registered and has not started to accept requests yet.
type ServerParams ¶
ServerParams to create gRPC-server and provide service-handlers
Click to show internal directories.
Click to hide internal directories.