Documentation ¶
Index ¶
Constants ¶
View Source
const ( INTERNAL_ERROR = "ERR_INTERNAL" KEYPAIR_ERROR = "ERR_GEN_KEYPAIR" JSON_MARSHAL_ERROR = "ERR_PAYLOAD_SERIALIZATION" TASK_CHAIN_ERROR = "ERR_START_TASK_CHAIN" VALIDATION_ERROR = "ERR_VALIDATE" BIND_ERROR = "ERR_BIND" )
Variables ¶
This section is empty.
Functions ¶
func RegistrationHandler ¶
func RegistrationHandler( taskerClient *tasker.TaskerClient, keystore keystore.Keystore, ) func(echo.Context) error
func TransferHandler ¶
func TransferHandler( taskerClient *tasker.TaskerClient, ) func(echo.Context) error
Types ¶
type CustomValidator ¶
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
Click to show internal directories.
Click to hide internal directories.