Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicCall ¶
type BasicCall struct { Conn *grpc.ClientConn ConnCancel context.CancelFunc DialCtx context.Context DialCancel context.CancelFunc }
func NewBasicCall ¶
func (*BasicCall) GetClientConn ¶
func (c *BasicCall) GetClientConn(host string, port uint) (*grpc.ClientConn, context.CancelFunc)
func (*BasicCall) GetContext ¶
func (c *BasicCall) GetContext() (context.Context, context.CancelFunc)
type PingCall ¶
type PingCall struct {
*BasicCall
}
func NewPingCall ¶
func (*PingCall) Ping ¶
func (c *PingCall) Ping() (*proto_build.PingResponse, error)
Click to show internal directories.
Click to hide internal directories.