Documentation ¶
Index ¶
- func BlogContents() orm.QuerySeter
- func Blogs() orm.QuerySeter
- func ByCatalog(catalog_id int64, offset, limit int) []*Blog
- func Del(b *Blog) error
- func IdByIdent(ident string) int64
- func IdentExists(ident string) bool
- func Ids(catalog_id int64) []int64
- func IdsInDB(catalog_id int64) []int64
- func OneById(id int64) *Blog
- func OneByIdInDB(id int64) *Blog
- func OneByIdent(ident string) *Blog
- func OneByIdentInDB(ident string) *Blog
- func ReadBlogContent(b *Blog) *BlogContent
- func Save(this *Blog, blogContent string) (int64, error)
- func Update(b *Blog, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlogContents ¶
func BlogContents() orm.QuerySeter
func Blogs ¶
func Blogs() orm.QuerySeter
func IdentExists ¶
func OneByIdInDB ¶
func OneByIdInDB(id int64) *Blog
func OneByIdent ¶
func OneByIdent(ident string) *Blog
func OneByIdentInDB ¶
func OneByIdentInDB(ident string) *Blog
func ReadBlogContent ¶
func ReadBlogContent(b *Blog) *BlogContent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.