Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcConsul ¶
type GrpcServer ¶
var GrpcServerConn *GrpcServer
func NewGrpcServer ¶
func NewGrpcServer(host string, port int) (grpcServer *GrpcServer, e error)
func (*GrpcServer) Close ¶
func (g *GrpcServer) Close()
func (*GrpcServer) Listen ¶
func (g *GrpcServer) Listen() (e error)
func (*GrpcServer) RegisterConsul ¶
func (g *GrpcServer) RegisterConsul() (e error)
func (*GrpcServer) RegisterProtocol ¶
func (g *GrpcServer) RegisterProtocol()
func (*GrpcServer) RegisterServer ¶
func (g *GrpcServer) RegisterServer() (e error)
func (*GrpcServer) Run ¶
func (g *GrpcServer) Run() (e error)
Click to show internal directories.
Click to hide internal directories.