Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Event event
View Source
var Log log
View Source
var Metric metric
View Source
var Publisher publisher
View Source
var Server = server{ CORS: serverCors{ AllowedMethods: []string{"GET", "HEAD", "POST", "OPTIONS"}, }, }
View Source
var Version, BuildCommit, BuildDate string
View Source
var Worker worker
Functions ¶
Types ¶
type CfgRef ¶ added in v0.3.0
type CfgRef struct { Ref any Meta reflect.StructField }
type ConfigError ¶ added in v0.3.0
type ConfigError struct {
Env, Flag string
}
func (ConfigError) Error ¶ added in v0.3.0
func (e ConfigError) Error() string
Click to show internal directories.
Click to hide internal directories.