consul/command/registry_oss.go

9 lines
184 B
Go
Raw Normal View History

package command
import (
"github.com/hashicorp/consul/command/cli"
mcli "github.com/mitchellh/cli"
)
func registerEnterpriseCommands(_ cli.Ui, _ map[string]mcli.CommandFactory) {}