open-consul/agent/structs/config_entry_oss.go

8 lines
113 B
Go

// +build !consulent
package structs
func (e *ProxyConfigEntry) validateEnterpriseMeta() error {
return nil
}