open-consul/command/registry_oss.go

13 lines
229 B
Go
Raw Normal View History

2022-05-27 15:39:58 +00:00
//go:build !consulent
// +build !consulent
package command
import (
mcli "github.com/mitchellh/cli"
2022-05-27 15:39:58 +00:00
"github.com/hashicorp/consul/command/cli"
)
func registerEnterpriseCommands(_ cli.Ui, _ map[string]mcli.CommandFactory) {}