Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadLicense ¶
func DownloadLicense(c *fiber.Ctx) error
DownloadLicense is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /api/license/download/:id [get]
func License ¶
func License(c *fiber.Ctx) error
License is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /api/license/:id [get]
func LicenseVerify ¶
func LicenseVerify(c *fiber.Ctx) error
LicenseVerify is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /api/license/verify [post]
func Licenses ¶
func Licenses(c *fiber.Ctx) error
Licenses is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /api/license [get]
func ManageLicense ¶
func ManageLicense(c *fiber.Ctx) error
ManageLicense is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /api/manager/license [post]]
Types ¶
This section is empty.