12 lines
187 B
Go
12 lines
187 B
Go
|
// +build !pro,!ent
|
||
|
|
||
|
package nomad
|
||
|
|
||
|
type EnterpriseState struct{}
|
||
|
|
||
|
func (s *Server) setupEnterprise(config *Config) error {
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (s *Server) startEnterpriseBackground() {}
|