Documentation
¶
Index ¶
- Constants
- func Create(c *fiber.Ctx) error
- func CreateCategory(c *fiber.Ctx) error
- func CreateTag(c *fiber.Ctx) error
- func DeleteCategories(c *fiber.Ctx) error
- func DeletePermanetlyByIds(c *fiber.Ctx) error
- func DeleteTags(c *fiber.Ctx) error
- func EditorCategoryPage(c *fiber.Ctx) error
- func EditorPage(c *fiber.Ctx) error
- func EditorTagPage(c *fiber.Ctx) error
- func ManagerCategoryPage(c *fiber.Ctx) error
- func ManagerPage(c *fiber.Ctx) error
- func ManagerTagsPage(c *fiber.Ctx) error
- func MoveToTrash(c *fiber.Ctx) error
- func MoveToTrashByID(c *fiber.Ctx) error
- func Restore(c *fiber.Ctx) error
- func RestoreByID(c *fiber.Ctx) error
- func Update(c *fiber.Ctx) error
- func UpdateCategory(c *fiber.Ctx) error
Constants ¶
View Source
const ( KeyDB = "admin.post.gorm.db" KeyNoCheckRouter = "admin.post.router.nocheck" KeyCheckRouter = "admin.post.router.check" )
Variables ¶
This section is empty.
Functions ¶
func CreateCategory ¶
func DeleteCategories ¶
func DeletePermanetlyByIds ¶
func DeleteTags ¶
func EditorCategoryPage ¶
func EditorPage ¶
func EditorTagPage ¶
func ManagerCategoryPage ¶
func ManagerPage ¶
func ManagerTagsPage ¶
func MoveToTrash ¶
func MoveToTrashByID ¶
func RestoreByID ¶
func UpdateCategory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.