feat(ginutils): Add ginutils that is a toolbox for gin gonic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -26,7 +26,7 @@ const defaultSecretName = "log"
|
||||
|
||||
// ConfigStruct represent the configuration of our logger system.
|
||||
type ConfigStruct struct {
|
||||
EnableStdOut *bool `yaml:"ensable_std_out"`
|
||||
EnableStdOut *bool `yaml:"enable_std_out"`
|
||||
ExtrasFields map[string]interface{} `yaml:"extra_fields"`
|
||||
FileConfig *file.ConfigStruct `yaml:"file_config"`
|
||||
GelfConfig *gelf.ConfigStruct `yaml:"gelf_config"`
|
||||
|
Reference in New Issue
Block a user