Versions in this module Expand all Collapse all v0 v0.0.3 Sep 28, 2022 Changes in this version + type Event struct + InsID string + InsKind cluster.Kind + Type EventType + UID int64 + type EventType int + const RemLocation + const SetLocation + type Locator interface + Get func(ctx context.Context, uid int64, insKind cluster.Kind) (string, error) + Rem func(ctx context.Context, uid int64, insKind cluster.Kind, insID string) error + Set func(ctx context.Context, uid int64, insKind cluster.Kind, insID string) error + Watch func(ctx context.Context, insKinds ...cluster.Kind) (Watcher, error) + type Watcher interface + Next func() ([]*Event, error) + Stop func() error