Versions in this module Expand all Collapse all v0 v0.16.0 Dec 11, 2024 Changes in this version + type Service interface + Authorize func(ctx context.Context, req channels.AuthzReq) error + RemoveClientConnections func(ctx context.Context, clientID string) error + RetrieveByID func(ctx context.Context, id string) (channels.Channel, error) + UnsetParentGroupFromChannels func(ctx context.Context, parentGroupID string) error + func New(repo channels.Repository, evaluator policies.Evaluator, ...) Service