Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
func NewEmptyGrpcServer ¶ added in v2.1.5
func NewEmptyGrpcServer() *GrpcServer
func NewGrpcServer ¶
func NewGrpcServer(opt ...grpc.ServerOption) *GrpcServer
func NewGrpcServerWithData ¶
func NewGrpcServerWithData(data map[string]interface{}, opt ...grpc.ServerOption) *GrpcServer
func (*GrpcServer) RunWithPipe ¶ added in v2.1.5
func (srv *GrpcServer) RunWithPipe(pipe net.Listener)
RunWithPipe runs grpc server
Click to show internal directories.
Click to hide internal directories.