Documentation ¶
Index ¶
- Constants
- type AccountController
- type AlbumController
- type ArticleController
- func (this *ArticleController) Add()
- func (this *ArticleController) Batch()
- func (this *ArticleController) Delete()
- func (this *ArticleController) Edit()
- func (this *ArticleController) List()
- func (this *ArticleController) Prepare()
- func (this *ArticleController) Save()
- func (this *ArticleController) Upload()
- type IndexController
- type LinkController
- type MoodController
- type PhotoController
- type SystemController
- type TagController
- type UserController
Constants ¶
View Source
const ( BIG_PIC_PATH = "./static/upload/bigpic/" SMALL_PIC_PATH = "./static/upload/smallpic/" FILE_PATH = "./static/upload/attachment/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountController ¶
type AccountController struct {
// contains filtered or unexported fields
}
type AlbumController ¶
type AlbumController struct {
// contains filtered or unexported fields
}
type ArticleController ¶
type ArticleController struct {
// contains filtered or unexported fields
}
type IndexController ¶
type IndexController struct {
// contains filtered or unexported fields
}
func (*IndexController) Index ¶
func (this *IndexController) Index()
type LinkController ¶
type LinkController struct {
// contains filtered or unexported fields
}
type MoodController ¶
type MoodController struct {
// contains filtered or unexported fields
}
type PhotoController ¶
type PhotoController struct {
// contains filtered or unexported fields
}
func (*PhotoController) Insert ¶
func (this *PhotoController) Insert(albumid int64, desc, url string)
插入照片
type SystemController ¶
type SystemController struct {
// contains filtered or unexported fields
}
type TagController ¶
type TagController struct {
// contains filtered or unexported fields
}
func (*TagController) Index ¶
func (this *TagController) Index()
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.