Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetConnectionTokenData ¶
type GetConnectionTokenRequest ¶
type GetConnectionTokenRequest struct { }
func (*GetConnectionTokenRequest) DoInvoke ¶
func (req *GetConnectionTokenRequest) DoInvoke(client mtclient.MeituanClient) (*GetConnectionTokenResponse, error)
type GetConnectionTokenResponse ¶
type GetConnectionTokenResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data GetConnectionTokenData `json:"data"` TraceId string `json:"traceId"` }
func (*GetConnectionTokenResponse) IsSuccess ¶
func (response *GetConnectionTokenResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.