Documentation
¶
Index ¶
- func CreateContentType(userId int, title string) (id int, err error)
- func DeleteContentType(id int) (err error)
- func GetContentType(id int) (contentType content_type_structs.ContentType, err error)
- func GetContentTypes() (contentTypes []content_type_structs.ContentType, err error)
- func UpdateContentType(id int, userId int, title string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteContentType ¶
func GetContentType ¶
func GetContentType(id int) (contentType content_type_structs.ContentType, err error)
func GetContentTypes ¶
func GetContentTypes() (contentTypes []content_type_structs.ContentType, err error)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.