Versions in this module Expand all Collapse all v0 v0.0.2 Jul 29, 2023 Changes in this version type Event + Type string v0.0.1 Jul 28, 2023 Changes in this version + type Event struct + type Registry interface + ListServices func(ctx context.Context, serviceName string) ([]ServiceInstance, error) + Register func(ctx context.Context, si ServiceInstance) error + Subscribe func(serviceName string) (<-chan Event, error) + UnRegister func(ctx context.Context, si ServiceInstance) error + type ServiceInstance struct + Address string + Name string