Documentation ¶
Index ¶
Constants ¶
View Source
const Namespace = "github_com/devopsfaith/krakend-gelf"
Namespace is the key to look for extra configuration details
Variables ¶
View Source
var ( // ErrWrongConfig is the error returned when there is no config under the namespace ErrWrongConfig = fmt.Errorf("getting the extra config for the krakend-gelf module") // ErrMissingAddr is the error returned when there address param is empty ErrMissingAddr = fmt.Errorf("missing addr to send gelf logs") )
Functions ¶
func ConfigGetter ¶
func ConfigGetter(e config.ExtraConfig) interface{}
ConfigGetter implements the config.ConfigGetter interface
Types ¶
Click to show internal directories.
Click to hide internal directories.