feat(ginutils): Add ginutils that is a toolbox for gin gonic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE
2023-08-11 18:25:36 +00:00
parent becfc84505
commit 959f245c01
8 changed files with 318 additions and 5 deletions

View File

@ -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"`