open-nomad/command/agent/config_oss.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
155 B
Go
Raw Normal View History

//go:build !ent
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{}
}