package
Version:
v0.0.13-alpha
Opens a new window with list of versions in this module.
Published: Jul 5, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ApplyRoutes applies router to gin Router
type AuthenticatePayload struct {
Token string `json:"token"`
}
type AuthenticateRequest struct {
FlowId string `json:"flowId" binding:"required"`
Signature string `json:"signature" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.