Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceKey ¶
type ServiceKey struct {
// contains filtered or unexported fields
}
func (*ServiceKey) App ¶
func (a *ServiceKey) App() *fiber.App
func (*ServiceKey) ServiceKeyLogin ¶
func (a *ServiceKey) ServiceKeyLogin(ctx *fiber.Ctx) error
ServiceKeyLogin godoc @Summary ServiceKeyLogin logs in a user with their Service Key @Description ServiceKeyLogin logs in a user with their Service Key @Tags servicekey, login @Accept json @Produce json @Param servicekey query string true "Service Key" @Success 200 {object} models.ServiceKeyLoginResponse @Failure 400 {string} string @Failure 401 {string} string @Failure 500 {string} string @Router /servicekey/login [post]
Click to show internal directories.
Click to hide internal directories.