Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteResponse ¶
type DeleteResponse struct { Warning bool `json:"warning"` Message string `json:"message"` FollowCount int `json:"followCount"` }
DeleteResponse 削除レスポンス
type ListController ¶
type ListController struct {
controllers.BaseController
}
ListController リストコントローラ
type ListRequest ¶
type ListRequest struct { Order int `form:"order" validate:"min=1,max=2"` Page int `form:"page"` Limit int `form:"limit" validate:"min=1,max=50"` }
ListRequest リストリクエスト
type ListResponse ¶
type ListResponse struct { List []contributions.Contribution `json:"list"` Count int `json:"count"` }
ListResponse リストレスポンス
type MainController ¶
type MainController struct {
controllers.BaseController
}
MainController コントローラ
type PostResponse ¶
type PostResponse struct { Warning bool `json:"warning"` Message string `json:"message"` FollowCount int `json:"followCount"` }
PostResponse 追加レスポンス
Click to show internal directories.
Click to hide internal directories.