open-nomad/nomad/server_setup_oss.go

12 lines
187 B
Go
Raw Normal View History

2017-09-19 14:47:10 +00:00
// +build !pro,!ent
package nomad
type EnterpriseState struct{}
func (s *Server) setupEnterprise(config *Config) error {
return nil
}
func (s *Server) startEnterpriseBackground() {}