Versions in this module Expand all Collapse all v0 v0.16.0 Dec 11, 2024 Changes in this version + const ChannelsService_Authorize_FullMethodName + const ChannelsService_RemoveClientConnections_FullMethodName + const ChannelsService_RetrieveEntity_FullMethodName + const ChannelsService_UnsetParentGroupFromChannels_FullMethodName + var ChannelsService_ServiceDesc = grpc.ServiceDesc + var File_channels_v1_channels_proto protoreflect.FileDescriptor + func RegisterChannelsServiceServer(s grpc.ServiceRegistrar, srv ChannelsServiceServer) + type AuthzReq struct + ChannelId string + ClientId string + ClientType string + DomainId string + Type uint32 + func (*AuthzReq) Descriptor() ([]byte, []int) + func (*AuthzReq) ProtoMessage() + func (x *AuthzReq) GetChannelId() string + func (x *AuthzReq) GetClientId() string + func (x *AuthzReq) GetClientType() string + func (x *AuthzReq) GetDomainId() string + func (x *AuthzReq) GetType() uint32 + func (x *AuthzReq) ProtoReflect() protoreflect.Message + func (x *AuthzReq) Reset() + func (x *AuthzReq) String() string + type AuthzRes struct + Authorized bool + func (*AuthzRes) Descriptor() ([]byte, []int) + func (*AuthzRes) ProtoMessage() + func (x *AuthzRes) GetAuthorized() bool + func (x *AuthzRes) ProtoReflect() protoreflect.Message + func (x *AuthzRes) Reset() + func (x *AuthzRes) String() string + type ChannelsServiceClient interface + Authorize func(ctx context.Context, in *AuthzReq, opts ...grpc.CallOption) (*AuthzRes, error) + RemoveClientConnections func(ctx context.Context, in *RemoveClientConnectionsReq, opts ...grpc.CallOption) (*RemoveClientConnectionsRes, error) + RetrieveEntity func(ctx context.Context, in *v1.RetrieveEntityReq, opts ...grpc.CallOption) (*v1.RetrieveEntityRes, error) + UnsetParentGroupFromChannels func(ctx context.Context, in *UnsetParentGroupFromChannelsReq, ...) (*UnsetParentGroupFromChannelsRes, error) + func NewChannelsServiceClient(cc grpc.ClientConnInterface) ChannelsServiceClient + type ChannelsServiceServer interface + Authorize func(context.Context, *AuthzReq) (*AuthzRes, error) + RemoveClientConnections func(context.Context, *RemoveClientConnectionsReq) (*RemoveClientConnectionsRes, error) + RetrieveEntity func(context.Context, *v1.RetrieveEntityReq) (*v1.RetrieveEntityRes, error) + UnsetParentGroupFromChannels func(context.Context, *UnsetParentGroupFromChannelsReq) (*UnsetParentGroupFromChannelsRes, error) + type RemoveClientConnectionsReq struct + ClientId string + func (*RemoveClientConnectionsReq) Descriptor() ([]byte, []int) + func (*RemoveClientConnectionsReq) ProtoMessage() + func (x *RemoveClientConnectionsReq) GetClientId() string + func (x *RemoveClientConnectionsReq) ProtoReflect() protoreflect.Message + func (x *RemoveClientConnectionsReq) Reset() + func (x *RemoveClientConnectionsReq) String() string + type RemoveClientConnectionsRes struct + func (*RemoveClientConnectionsRes) Descriptor() ([]byte, []int) + func (*RemoveClientConnectionsRes) ProtoMessage() + func (x *RemoveClientConnectionsRes) ProtoReflect() protoreflect.Message + func (x *RemoveClientConnectionsRes) Reset() + func (x *RemoveClientConnectionsRes) String() string + type UnimplementedChannelsServiceServer struct + func (UnimplementedChannelsServiceServer) Authorize(context.Context, *AuthzReq) (*AuthzRes, error) + func (UnimplementedChannelsServiceServer) RemoveClientConnections(context.Context, *RemoveClientConnectionsReq) (*RemoveClientConnectionsRes, error) + func (UnimplementedChannelsServiceServer) RetrieveEntity(context.Context, *v1.RetrieveEntityReq) (*v1.RetrieveEntityRes, error) + func (UnimplementedChannelsServiceServer) UnsetParentGroupFromChannels(context.Context, *UnsetParentGroupFromChannelsReq) (*UnsetParentGroupFromChannelsRes, error) + type UnsafeChannelsServiceServer interface + type UnsetParentGroupFromChannelsReq struct + ParentGroupId string + func (*UnsetParentGroupFromChannelsReq) Descriptor() ([]byte, []int) + func (*UnsetParentGroupFromChannelsReq) ProtoMessage() + func (x *UnsetParentGroupFromChannelsReq) GetParentGroupId() string + func (x *UnsetParentGroupFromChannelsReq) ProtoReflect() protoreflect.Message + func (x *UnsetParentGroupFromChannelsReq) Reset() + func (x *UnsetParentGroupFromChannelsReq) String() string + type UnsetParentGroupFromChannelsRes struct + func (*UnsetParentGroupFromChannelsRes) Descriptor() ([]byte, []int) + func (*UnsetParentGroupFromChannelsRes) ProtoMessage() + func (x *UnsetParentGroupFromChannelsRes) ProtoReflect() protoreflect.Message + func (x *UnsetParentGroupFromChannelsRes) Reset() + func (x *UnsetParentGroupFromChannelsRes) String() string