Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrollController ¶
type EnrollController struct {
beego.Controller
}
Operations about object
func (*EnrollController) Post ¶
func (e *EnrollController) Post()
@Title Enroll @Description create object @Param body body models.Object true "The object content" @Success 200 {string} models.Object.Id @Failure 403 body is empty @router / [post]
type IdentifyController ¶
type IdentifyController struct {
beego.Controller
}
Operations about object
func (*IdentifyController) Post ¶
func (i *IdentifyController) Post()
@Title Identify @Description create object @Param body body models.Object true "The object content" @Success 200 {string} models.Object.Id @Failure 403 body is empty @router / [post]
Click to show internal directories.
Click to hide internal directories.