Versions in this module Expand all Collapse all v0 v0.0.2 Mar 11, 2024 v0.0.1 Mar 11, 2024 Changes in this version + type Option func(opts *Options) + type Options struct + type SD interface + Deregister func(ctx context.Context, service *Service) error + Get func(ctx context.Context, name string) ([]*Service, error) + Register func(ctx context.Context, service *Service, opts ...Option) error + Renew func(ctx context.Context, service *Service) error + type Service struct + Address string + ID string + Name string + Network string + Node string