Documentation ¶
Index ¶
- func CreateKey(c *gin.Context)
- func CreateTariff(c *gin.Context)
- func CustomerSubscriptionList(c *gin.Context)
- func DownloadLicense(c *gin.Context)
- func GetKey(c *gin.Context)
- func MainHandler(c *gin.Context)
- func TariffsList(c *gin.Context)
- func UpdateKey(c *gin.Context)
- func VerifyKey(c *gin.Context)
- type ResponseData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKey ¶
CreateKey is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /key [post]
func CreateTariff ¶
func CustomerSubscriptionList ¶
CustomerSubscriptionList is a ...
func GetKey ¶
GetKey is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /key/:customer_id [get]
func TariffsList ¶
Types ¶
type ResponseData ¶
ResponseData is a ...
Click to show internal directories.
Click to hide internal directories.