Documentation ¶
Index ¶
- func AuthCheck(paramEmail string, controller string, method string) (bool, error)
- func GroupGet(paramId uint) (models.Group, error)
- func NewsDestroy(news models.News) (models.News, error)
- func NewsFindFirst() (models.News, error)
- func NewsFindLast() (models.News, error)
- func NewsGet(paramID uint) (models.News, error)
- func NewsIsExists(title string, id uint) (bool, error)
- func NewsList(param map[string]string) ([]models.News, error)
- func NewsPublish(news models.News) (models.News, error)
- func NewsStore(o models.News) (models.News, error)
- func NewsUpdate(oNew models.News) (models.News, error)
- func TopicDestroy(id uint) (bool, error)
- func TopicFindFirst() (models.Topic, error)
- func TopicFindLast() (models.Topic, error)
- func TopicGet(paramsID uint) (models.Topic, error)
- func TopicGetByNewsId(news_id uint) ([]models.Topic, error)
- func TopicGetList(param map[string]string) ([]models.Topic, error)
- func TopicIsExist(title string, id uint) (bool, error)
- func TopicStore(o models.Topic) (models.Topic, error)
- func TopicUpdate(o models.Topic) (models.Topic, error)
- func UserGet(paramId uint) (models.User, error)
- func UserGetByEmail(paramEmail string) (models.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewsFindFirst ¶
func NewsFindLast ¶
func TopicDestroy ¶
func TopicFindFirst ¶
func TopicFindLast ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.