Versions in this module Expand all Collapse all v0 v0.43.0 Feb 13, 2025 v0.42.0 Jan 25, 2024 Changes in this version + type Api interface + Close func() + ObserveMembershipChange func(ctx context.Context) (<-chan MembershipChange, error) + ObserveStateChange func(ctx context.Context) (<-chan Input, error) + Open func(cfg *config.Config, com comapi.Api) error + ProposeInput func(ctx context.Context, in *Input) error + type Input struct + Key string + Op InputOp + Value []byte + type InputOp int + const InputOpDelete + const InputOpSet + const InputOpUndefined + type MembershipChange struct + Id string + Joined bool + type State map[string][]byte