Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *Options // contains filtered or unexported fields }
func (*Client) Deregister ¶
type Options ¶
type Options struct { Addr string `mapstructure:"addr"` EnableHealthCheck bool `mapstructure:"enable_health_check"` HealthCheckInterval int `mapstructure:"health_check_interval"` DeregisterCriticalServiceAfter int `mapstructure:"deregister_critical_service_after"` HeartBeat bool `mapstructure:"heart_beat"` }
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func (*Registry) Deregister ¶
Click to show internal directories.
Click to hide internal directories.