open-nomad/nomad/license_config_oss.go
Daniel Bennett c42950e342
ent: move all license info into LicenseConfig{} (#16738)
and add new TestConfigForServer() to get a
valid nomad.Config to use in tests

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2023-03-30 16:15:05 -05:00

8 lines
89 B
Go

//go:build !ent
package nomad
func (c *LicenseConfig) Validate() error {
return nil
}