Documentation ¶
Index ¶
- func NewClient(conf config.Config, eps config.EndPoints, resol resolver.Resolver) (service.Client, error)
- func NewClient3(eps *config.EndPoints, timeout int) (*clientv3.Client, error)
- func NewClientWith(cli *clientv3.Client, conf *config.Config) (service.Client, error)
- func NewService(cfg config.Config, points config.EndPoints, registry registry.Registry) (service.Service, error)
- func NewServiceWith(cli *clientV3.Client, cfg config.Config) (service.Service, error)
- type Base
- type Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientWith ¶
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) AttachWatcher ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.