Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleResponse ¶
type ArticleResponse struct {
ArticleInfo model.ArticleInfo
}
type ArticlesResponse ¶
type ArticlesResponse struct {
ArticleList []*model.ArticleHeader `json:"articleList"`
}
type ClimeLoader ¶
type ClimeLoader struct {
// contains filtered or unexported fields
}
func MakeClimeLoader ¶
func MakeClimeLoader(claims map[string]interface{}) *ClimeLoader
func (*ClimeLoader) Load ¶
func (c *ClimeLoader) Load(key string) string
type DetourInfo ¶
type DetourResponse ¶
type DetourResponse struct {
Detour []DetourInfo `json:"detours"`
}
type LikeResponse ¶
type LikeResponse struct {
Nice int `json:"nice"`
}
type ListResponse ¶
type ListResponse struct {
Articles []*model.ArticleHeader
}
type LogResponse ¶
type LogsResponse ¶
type MutationResponse ¶
type MutationResponse struct {
Status bool `json:"status"`
}
type SpotResponse ¶
type SpotResponse struct {
Spot SpotInfo `json:"spot"`
}
Click to show internal directories.
Click to hide internal directories.