Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackController ¶
type CallbackController struct {
controllers.BaseController
}
CallbackController コールバックコントローラ
type CallbackRequest ¶
CallbackRequest コールバックリクエスト
type ConnectController ¶
type ConnectController struct {
controllers.BaseController
}
ConnectController 接続コントローラ
type GetResponse ¶
type GetResponse struct { Warning bool `json:"warning"` Message string `json:"message"` MovieStatus int `json:"movieStatus"` }
GetResponse 確認レスポンス
type MainController ¶
type MainController struct {
controllers.BaseController
}
MainController 作成コントローラ
type PostResponse ¶
PostResponse 作成レスポンス
type UploadController ¶
type UploadController struct {
controllers.BaseController
}
UploadController アップロードコントローラ
type UploadResponse ¶
type UploadResponse struct { Warning bool `json:"warning"` Message string `json:"message"` MovieID string `json:"movieID"` }
UploadResponse アップロードレスポンス
Click to show internal directories.
Click to hide internal directories.