Documentation ¶
Index ¶
- func HandleMytokenFromMytoken(ctx *fiber.Ctx) *model.Response
- func HandleMytokenFromMytokenReq(rlog log.Ext1FieldLogger, parent *mytoken.Mytoken, ...) *model.Response
- func HandleMytokenFromMytokenReqChecks(rlog log.Ext1FieldLogger, req *response.MytokenFromMytokenRequest, ip string, ...) (*restrictions.Restriction, *mytoken.Mytoken, *model.Response)
- func HandleMytokenFromTransferCode(ctx *fiber.Ctx) *model.Response
- func RevokeMytoken(rlog log.Ext1FieldLogger, tx *sqlx.Tx, id mtid.MTID, jwt string, ...) *model.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleMytokenFromMytoken ¶
HandleMytokenFromMytoken handles requests to create a Mytoken from an existing Mytoken
func HandleMytokenFromMytokenReq ¶ added in v0.4.0
func HandleMytokenFromMytokenReq( rlog log.Ext1FieldLogger, parent *mytoken.Mytoken, req *response.MytokenFromMytokenRequest, networkData *api.ClientMetaData, usedRestriction *restrictions.Restriction, ) *model.Response
HandleMytokenFromMytokenReq handles a mytoken request (from an existing mytoken)
func HandleMytokenFromMytokenReqChecks ¶ added in v0.4.0
func HandleMytokenFromMytokenReqChecks( rlog log.Ext1FieldLogger, req *response.MytokenFromMytokenRequest, ip string, ctx *fiber.Ctx, ) (*restrictions.Restriction, *mytoken.Mytoken, *model.Response)
HandleMytokenFromMytokenReqChecks handles the necessary req checks for a pkg.MytokenFromMytokenRequest
func HandleMytokenFromTransferCode ¶
HandleMytokenFromTransferCode handles requests to return the mytoken for a transfer code
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.