Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type Client ¶
type PostResponse ¶
type PostResponse struct { *myhttp.ResponseBase AccessToken *AccessToken `json:"access_token"` }
func NewPostResponse ¶
func NewPostResponse(res *myhttp.ResponseBase, token *AccessToken) *PostResponse
Click to show internal directories.
Click to hide internal directories.