Documentation ¶
Index ¶
- func RegistersRoutes(g *echo.Group)
- type Admin
- func (c *Admin) Add(ctx echo.Context) error
- func (c *Admin) AddPost(ctx echo.Context) error
- func (c *Admin) Delete(ctx echo.Context) error
- func (c *Admin) Edit(ctx echo.Context) error
- func (c *Admin) EditPost(ctx echo.Context) error
- func (c *Admin) Index(ctx echo.Context) error
- func (c *Admin) RegistRoute(g *echo.Group)
- type Article
- func (c *Article) Add(ctx echo.Context) error
- func (c *Article) AddPost(ctx echo.Context) error
- func (c *Article) Delete(ctx echo.Context) error
- func (c *Article) Edit(ctx echo.Context) error
- func (c *Article) EditPost(ctx echo.Context) error
- func (c *Article) Index(ctx echo.Context) error
- func (c *Article) RegistRoute(g *echo.Group)
- type Base
- type Cate
- func (c *Cate) Add(ctx echo.Context) error
- func (c *Cate) AddPost(ctx echo.Context) error
- func (c *Cate) Delete(ctx echo.Context) error
- func (c *Cate) Edit(ctx echo.Context) error
- func (c *Cate) EditPost(ctx echo.Context) error
- func (c *Cate) Index(ctx echo.Context) error
- func (c *Cate) RegistRoute(g *echo.Group)
- type Index
- type Upload
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.