config: add schemaCompatibility
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:
parent
7eb13cfa9a
commit
1dc22cb811
@ -31,6 +31,8 @@ type Config struct {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const schemaCompatibility = "0.0.0" //nolint:unused
|
||||||
|
|
||||||
var log slogging.Slogger
|
var log slogging.Slogger
|
||||||
|
|
||||||
func LoadConfig(conf string, isPath bool) (*Config, error) {
|
func LoadConfig(conf string, isPath bool) (*Config, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user