Documentation
¶
Index ¶
- type Controller
- func (con *Controller) ChangeCategoryName(c *server.Context) error
- func (con *Controller) ChangeCategoryStatus(c *server.Context) error
- func (con *Controller) CreateDB() error
- func (con *Controller) CreateTable() error
- func (con *Controller) Insert(c *server.Context) error
- func (con *Controller) LisitChirldrenByParentId(c *server.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) ChangeCategoryName ¶
func (con *Controller) ChangeCategoryName(c *server.Context) error
func (*Controller) ChangeCategoryStatus ¶
func (con *Controller) ChangeCategoryStatus(c *server.Context) error
func (*Controller) CreateDB ¶
func (con *Controller) CreateDB() error
func (*Controller) CreateTable ¶
func (con *Controller) CreateTable() error
func (*Controller) LisitChirldrenByParentId ¶
func (con *Controller) LisitChirldrenByParentId(c *server.Context) error
Click to show internal directories.
Click to hide internal directories.