4d90afb425
mostly to handle build directives in 1.17.
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{}
|
|
}
|