Documentation ¶
Index ¶
- Constants
- Variables
- type Logger
- func (instance *Logger) Close()
- func (instance *Logger) Debug(args ...interface{})
- func (instance *Logger) Error(args ...interface{})
- func (instance *Logger) GetLevel() int
- func (instance *Logger) Info(args ...interface{})
- func (instance *Logger) SetLevel(level string)
- func (instance *Logger) Warn(args ...interface{})
Constants ¶
View Source
const ( AppName = "HTTPoo" AppVersion = "0.0.1" ModeProduction = "production" ModeDebug = "debug" EventOnDoStop = "on_do_stop" )
View Source
const ( WpDirStart = "start" WpDirApp = "app" WpDirWork = "*" )
-- workspaces --//
Variables ¶
View Source
var ( PanicSystemError = errors.New("panic_system_error") EndpointNotReadyError = errors.New("endpoint_not_ready") MissingConfigurationError = errors.New("missing_configuration") CommandUnsupported = errors.New("command_unsupported") CommandMissingParamError = errors.New("command_missing_param") HttpInvalidCredentialsError = errors.New("invalid_credentials") // 401 AccessTokenExpiredError = errors.New("access_token_expired") // 403 RefreshTokenExpiredError = errors.New("refresh_token_expired") // 401 AccessTokenInvalidError = errors.New("access_token_invalid") // 401 HttpUnsupportedApiError = errors.New("unsupported_api") )
View Source
var TplFileSecure string
View Source
var TplFileWebserver string
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.