open-nomad/command/agent/config_oss.go

10 lines
155 B
Go

//go:build !ent
// +build !ent
package agent
// DefaultEntConfig is an empty config in open source
func DefaultEntConfig() *Config {
return &Config{}
}