Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { IsLogCalls bool OnConnectionError func(err error) Latency time.Duration BandWithMpbs float32 // contains filtered or unexported fields }
func (*Client) NewServiceClient ¶
func (t *Client) NewServiceClient(serviceName string) ServiceClient
type Server ¶
func (*Server) RegisterService ¶
type ServiceClient ¶
type ServiceClient interface {
Call(arg interface{}, rsp interface{}) error
}
Click to show internal directories.
Click to hide internal directories.