mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
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
|
|
}
|