Documentation ¶
Index ¶
- Constants
- func AuthUser(c *fiber.Ctx) error
- func CreateItem(c *fiber.Ctx) error
- func CreateSubitem(c *fiber.Ctx) error
- func DeleteItem(c *fiber.Ctx) error
- func DeleteSubitem(c *fiber.Ctx) error
- func DeleteUser(c *fiber.Ctx) error
- func GetAllForms(c *fiber.Ctx) error
- func GetFormByID(c *fiber.Ctx) error
- func GetFormByStudent(c *fiber.Ctx) error
- func GetFormByTeacher(c *fiber.Ctx) error
- func GetItemByID(c *fiber.Ctx) error
- func GetItems(c *fiber.Ctx) error
- func GetItemsByName(c *fiber.Ctx) error
- func GetSubitemByID(c *fiber.Ctx) error
- func GetSubitems(c *fiber.Ctx) error
- func GetSubitemsByName(c *fiber.Ctx) error
- func GetUserByID(c *fiber.Ctx) error
- func GetUserByName(c *fiber.Ctx) error
- func GetUsers(c *fiber.Ctx) error
- func IsAuthorized(cookie, SecretKey string) bool
- func LoginUser(c *fiber.Ctx) error
- func PostForm(c *fiber.Ctx) error
- func RegisterAuth(c *fiber.Ctx) error
- func RegisterUser(c *fiber.Ctx) error
- func UpdateItem(c *fiber.Ctx) error
- func UpdateSubitem(c *fiber.Ctx) error
- func UpdateUser(c *fiber.Ctx) error
Constants ¶
View Source
const SecretKey = "314221943871221"
Variables ¶
This section is empty.
Functions ¶
func CreateItem ¶
func CreateItem(c *fiber.Ctx) error
func CreateSubitem ¶
func CreateSubitem(c *fiber.Ctx) error
func DeleteItem ¶
func DeleteItem(c *fiber.Ctx) error
func DeleteSubitem ¶
func DeleteSubitem(c *fiber.Ctx) error
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func GetAllForms ¶
func GetAllForms(c *fiber.Ctx) error
func GetFormByID ¶
func GetFormByID(c *fiber.Ctx) error
func GetFormByStudent ¶
func GetFormByStudent(c *fiber.Ctx) error
func GetFormByTeacher ¶
func GetFormByTeacher(c *fiber.Ctx) error
func GetItemByID ¶
func GetItemByID(c *fiber.Ctx) error
func GetItemsByName ¶
func GetItemsByName(c *fiber.Ctx) error
func GetSubitemByID ¶
func GetSubitemByID(c *fiber.Ctx) error
func GetSubitems ¶
func GetSubitems(c *fiber.Ctx) error
func GetSubitemsByName ¶
func GetSubitemsByName(c *fiber.Ctx) error
func GetUserByName ¶
func GetUserByName(c *fiber.Ctx) error
func IsAuthorized ¶
func RegisterAuth ¶
func RegisterAuth(c *fiber.Ctx) error
func RegisterUser ¶
func RegisterUser(c *fiber.Ctx) error
func UpdateItem ¶
func UpdateItem(c *fiber.Ctx) error
func UpdateSubitem ¶
func UpdateSubitem(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.