Documentation ¶
Index ¶
- func AddMeta(c *fiber.Ctx) error
- func DeleteMeta(c *fiber.Ctx) error
- func GetAll() []models.User
- func GetAllMeta(c *fiber.Ctx) error
- func GetByEmail(email string) (models.User, error)
- func GetByID(key string, value string) (models.User, error)
- func GetByKey(key string, value string) (models.User, error)
- func GetMetaId(c *fiber.Ctx) error
- func GetMetaOwner(c *fiber.Ctx) error
- func GetMstbyId(c *fiber.Ctx) error
- func GetShader(c *fiber.Ctx) error
- func GetTstbyMst(c *fiber.Ctx) error
- func GetUserDataByKey(key string, value string) (models.User, error)
- func Save(user *models.User) error
- func SaveMst_Id(c *fiber.Ctx) error
- func SaveMst_Tst(c *fiber.Ctx) error
- func UpdateMeta(c *fiber.Ctx) error
- func Updateint(key string, value string, updatekey string, userdata int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteMeta ¶
func DeleteMeta(c *fiber.Ctx) error
func GetAllMeta ¶
func GetAllMeta(c *fiber.Ctx) error
func GetMetaOwner ¶
func GetMetaOwner(c *fiber.Ctx) error
func GetMstbyId ¶
func GetMstbyId(c *fiber.Ctx) error
func GetTstbyMst ¶
func GetTstbyMst(c *fiber.Ctx) error
func SaveMst_Id ¶
func SaveMst_Id(c *fiber.Ctx) error
func SaveMst_Tst ¶
func SaveMst_Tst(c *fiber.Ctx) error
func UpdateMeta ¶
func UpdateMeta(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.