Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
orange框架内部grpc调用客户端
type ClientResp ¶
type ClientResp struct { Body []byte // response body ResponseStatus int RequestTime time.Duration }
func (*ClientResp) GetRequestTime ¶
func (c *ClientResp) GetRequestTime() time.Duration
func (*ClientResp) String ¶
func (c *ClientResp) String() string
Click to show internal directories.
Click to hide internal directories.