Versions in this module Expand all Collapse all v0 v0.16.0 Dec 11, 2024 Changes in this version + type Service interface + AddConnections func(ctx context.Context, conns []clients.Connection) error + Authenticate func(ctx context.Context, key string) (string, error) + RemoveChannelConnections func(ctx context.Context, channelID string) error + RemoveConnections func(ctx context.Context, conns []clients.Connection) error + RetrieveById func(ctx context.Context, id string) (clients.Client, error) + RetrieveByIds func(ctx context.Context, ids []string) (clients.ClientsPage, error) + UnsetParentGroupFromClient func(ctx context.Context, parentGroupID string) error + func New(repo clients.Repository, cache clients.Cache, evaluator policies.Evaluator, ...) Service