Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleData ¶
TokenInfoData
type GetArticleData ¶
type HTTPArticleResp ¶
type HTTPArticleResp struct { Meta entity.Meta `json:"metadata"` Data ArticleData `json:"data"` }
type HTTPErrResp ¶
type HTTPGetArticleResp ¶
type HTTPGetArticleResp struct { Meta entity.Meta `json:"metadata"` Data GetArticleData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.