init: config structure #14
Annotations
10 errors
Build:
cmd/root.go#L72
Error return value of `viper.Unmarshal` is not checked (errcheck)
|
Build:
config/config.go#L6
exported: exported type Config should have comment or be unexported (revive)
|
Build:
config/config.go#L11
exported: exported type LogConfig should have comment or be unexported (revive)
|
Build:
config/config.go#L19
exported: exported type JobConfig should have comment or be unexported (revive)
|
Build:
config/config.go#L31
exported: exported type JobExe should have comment or be unexported (revive)
|
Build:
config/config.go#L36
exported: exported type JobScheduler should have comment or be unexported (revive)
|
Build:
config/config.go#L41
exported: exported type JobOnFailure should have comment or be unexported (revive)
|
Build:
config/config.go#L45
exported: exported type WebHook should have comment or be unexported (revive)
|
Build:
config/config.go#L51
exported: exported type JobMetadata should have comment or be unexported (revive)
|
Build:
logger/logger.go#L10
exported: exported function SetupLogger should have comment or be unexported (revive)
|
Loading