Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(url string, opts ConnectOpts) (*grpc.ClientConn, error)
func ConnectSecure ¶
func ConnectSecure(url string) (*grpc.ClientConn, error)
Types ¶
type ConnectOpts ¶
type GrpcServer ¶
func NewGrpcServer ¶
func NewGrpcServer(opts ...GrpcServerOpts) *GrpcServer
func (*GrpcServer) Listen ¶
func (g *GrpcServer) Listen(addr string) error
func (*GrpcServer) Stop ¶
func (g *GrpcServer) Stop()
type GrpcServerOpts ¶
Click to show internal directories.
Click to hide internal directories.