mirror of https://github.com/hashicorp/consul
6 lines
93 B
Go
6 lines
93 B
Go
|
package structs
|
||
|
|
||
|
func (e *ClusterConfigEntry) validateEnterpriseMeta() error {
|
||
|
return nil
|
||
|
}
|