Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ProviderShuttingDownError = fmt.Errorf("consul cluster provider is shutting down")
)
Functions ¶
func SetLogLevel ¶
SetLogLevel sets the log level for the logger SetLogLevel is safe to be called concurrently
Types ¶
type MemberListUpdated ¶
type MemberListUpdated struct {
// contains filtered or unexported fields
}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewWithConfig ¶
func (*Provider) DeregisterMember ¶
func (*Provider) UpdateClusterState ¶
func (p *Provider) UpdateClusterState(state cluster.ClusterState) error
type RegisterService ¶
type RegisterService struct{}
Click to show internal directories.
Click to hide internal directories.