open-nomad/command/agent/config_oss.go

9 lines
139 B
Go
Raw Normal View History

2020-05-28 19:40:17 +00:00
// +build !ent
package agent
// DefaultEntConfig is an empty config in open source
func DefaultEntConfig() *Config {
return &Config{}
}