Documentation
¶
Index ¶
Constants ¶
View Source
const ( CodeOK = 0 CodeValidation = 2 CodeAuth = 3 CodeNetwork = 4 CodeAPI = 5 )
Variables ¶
This section is empty.
Functions ¶
func MapNetworkOrAPI ¶
Types ¶
type Error ¶
type Error struct {
Category string `json:"category"`
Message string `json:"message"`
Action string `json:"action,omitempty"`
Details string `json:"details,omitempty"`
}
func NewNetwork ¶
func NewValidation ¶
Click to show internal directories.
Click to hide internal directories.