Documentation ¶
Overview ¶
Package handlers contains the handler logic for processing requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrParameterNotFound is action not found error. ErrParameterNotFound = errors.New("Parameter not found") // ErrActionNotFound is action not found error. ErrActionNotFound = errors.New("Action not found") //ErrActionNotAllowed is an error when the action is not allowed. ErrActionNotAllowed = errors.New("Action not allowed") //ErrTypeNotExpected comes when the type asserted was not expected. ErrTypeNotExpected = errors.New("Type not expected") )
View Source
var Action actionHandle
Action fronts the access to the action service functionality.
View Source
var Version verHandle
Version fronts the access to the ver service functionality.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.