mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
10 lines
155 B
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{}
|
|
}
|