controllersBug

package
v0.0.0-...-a74fbde Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddController

type AddController struct {
	controllers.BaseController
}

AddController 追加コントローラ

func (*AddController) Post

func (c *AddController) Post()

Post 追加する

type AddRequest

type AddRequest struct {
	Body string `form:"body" validate:"min=1"`
}

AddRequest 追加リクエスト

type AddResponse

type AddResponse struct {
	Warning bool   `json:"warning"`
	Message string `json:"message"`
}

AddResponse 追加レスポンス

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL