Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts *ClientOptions) (*Client, error)
type ClientOptions ¶
type ClientOptions struct { Port int ServiceDesc *grpc.ServiceDesc Core interface{} }
type CoreInterface ¶
type CoreInterface interface{}
type GrpcServerInterface ¶
type GrpcServerInterface interface {
RegisterService(*grpc.ServiceDesc, interface{})
}
Click to show internal directories.
Click to hide internal directories.