mirror of https://github.com/hashicorp/consul
10 lines
230 B
Go
10 lines
230 B
Go
|
// +build !consulent
|
||
|
|
||
|
package uiserver
|
||
|
|
||
|
import "github.com/hashicorp/consul/agent/config"
|
||
|
|
||
|
func uiTemplateDataFromConfigEnterprise(_ *config.RuntimeConfig, _ map[string]interface{}, _ map[string]interface{}) error {
|
||
|
return nil
|
||
|
}
|