Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2019 Changes in this version + func LoadFlag() gin.HandlerFunc + func RegisterRouter(g *gin.RouterGroup) + type Handler struct + func (*Handler) BatchDelete() gin.HandlerFunc + func (*Handler) Create() gin.HandlerFunc + func (*Handler) List() gin.HandlerFunc + func (*Handler) Modify() gin.HandlerFunc + func (*Handler) Show() gin.HandlerFunc + func (*Handler) SingleDelete() gin.HandlerFunc + type RFlag struct + Settings interface{} + Type string + func BindFlag(flag *cpt.Flag) *RFlag + func BindList(flags []cpt.Flag) []*RFlag + type ReqBatchDelete struct + Orders []int + type ReqCreate struct + Settings interface{} + Type string + type ReqModify struct + Settings interface{} + Type *string + func (r *ReqModify) Bind(f *cpt.Flag) (err error) + type RespBatchDelete struct + Details []*RespBatchDeleteDetail + type RespBatchDeleteDetail struct + OldOrder int + type RespCreate struct + FlagOrder int + type RespList struct + Flags []*RFlag + type RespShow struct + Flag *RFlag v0.0.1 Nov 22, 2019