Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSecretKey ¶
func GetSecretKey() string
func GetTokenString ¶
func GetUserIDFromToken ¶
func ValidateToken ¶
Types ¶
type Response ¶
type Response struct { Status bool `json:"status"` Errors interface{} `json:"errors"` Data interface{} `json:"data"` }
func GetErrorResponse ¶
func GetResponse ¶
func GetResponse(data interface{}) Response
Click to show internal directories.
Click to hide internal directories.