package
0.0.0-20220624075546-415c138a8708
Repository: https://github.com/sknv/passwordless-verifier.git
Documentation: pkg.go.dev

# Functions

RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# Constants

Defines values for VerificationStatus.
Defines values for VerificationStatus.
Defines values for VerificationMethod.

# Structs

NewVerification defines model for NewVerification.
ServerInterfaceWrapper converts echo contexts to parameters.
Session defines model for Session.
Verification defines model for Verification.

# Interfaces

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.

# Type aliases

CreateVerificationJSONBody defines parameters for CreateVerification.
CreateVerificationJSONRequestBody defines body for CreateVerification for application/json ContentType.
VerificationMethod defines model for VerificationMethod.
VerificationStatus defines model for VerificationStatus.