Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteRequest ¶
DeleteRequest 削除リクエスト
type DeleteResponse ¶
type DeleteResponse struct { Warning bool `json:"warning"` Message string `json:"message"` Tag []tags.Tag `json:"tags"` }
DeleteResponse 削除レスポンス
type MainController ¶
type MainController struct {
controllers.BaseController
}
MainController コントローラ
type PostResponse ¶
type PostResponse struct { Warning bool `json:"warning"` Message string `json:"message"` Tag []tags.Tag `json:"tags"` }
PostResponse 追加レスポンス
type PostdRequest ¶
type PostdRequest struct { UserContributionID int `form:"userContributionId"` Name string `form:"name" validate:"min=1,max=20"` }
PostdRequest 追加リクエスト
Click to show internal directories.
Click to hide internal directories.