Documentation
¶
Index ¶
- Variables
- func UploadImage(c *gin.Context)
- type About
- type Article
- func (b *Article) Category(c *gin.Context)
- func (b *Article) CategoryList(c *gin.Context)
- func (b *Article) Destroy(c *gin.Context)
- func (b *Article) Detail(c *gin.Context)
- func (b *Article) Edit(c *gin.Context)
- func (b *Article) EditMd(c *gin.Context)
- func (b *Article) Index(c *gin.Context)
- func (b *Article) Insert(c *gin.Context)
- func (b *Article) List(c *gin.Context)
- func (b *Article) Update(c *gin.Context)
- type Auth
- type Banner
- type Base
- type Category
- type Class
- type Comment
- type Controller
- type ControllerInterface
- type Index
- type Link
- type Message
- type Rank
- type Server
- type Student
- type System
- type User
- func (u *User) Destory(c *gin.Context)
- func (u *User) Index(c *gin.Context)
- func (u *User) Info(c *gin.Context)
- func (u *User) Insert(c *gin.Context)
- func (u *User) List(c *gin.Context)
- func (u *User) Password(c *gin.Context)
- func (u *User) Update(c *gin.Context)
- func (u *User) Users(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var Site = setting.Config.Site
Functions ¶
Types ¶
type Base ¶
type Base struct {
Controller
}
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Init ¶
func (ctrl *Controller) Init(this ControllerInterface) error
type ControllerInterface ¶
type ControllerInterface interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.