Versions in this module Expand all Collapse all v1 v1.1.2 Aug 11, 2026 v1.1.1 Aug 4, 2026 v1.1.0 Aug 3, 2026 Changes in this version + const Console_AddAclTemplate_FullMethodName + const Console_AddGroupUsers_FullMethodName + const Console_AuthenticateLogout_FullMethodName + const Console_Authenticate_FullMethodName + const Console_CallApiEndpoint_FullMethodName + const Console_CallRpcEndpoint_FullMethodName + const Console_DeleteAclTemplate_FullMethodName + const Console_DeleteAllData_FullMethodName + const Console_DeleteChannelMessages_FullMethodName + const Console_DeleteGroupUser_FullMethodName + const Console_DeleteGroup_FullMethodName + const Console_DeleteNotification_FullMethodName + const Console_DeleteStorage_FullMethodName + const Console_DemoteGroupMember_FullMethodName + const Console_ExportAccount_FullMethodName + const Console_GetConfig_FullMethodName + const Console_GetGroup_FullMethodName + const Console_GetRuntime_FullMethodName + const Console_GetStatus_FullMethodName + const Console_ImportAccountFull_FullMethodName + const Console_ImportAccount_FullMethodName + const Console_ImportStorage_FullMethodName + const Console_ListAclTemplates_FullMethodName + const Console_ListApiEndpoints_FullMethodName + const Console_ListChannelMessages_FullMethodName + const Console_ListGroupMembers_FullMethodName + const Console_ListGroups_FullMethodName + const Console_ListNotifications_FullMethodName + const Console_ListSettings_FullMethodName + const Console_PromoteGroupMember_FullMethodName + const Console_SatoriListTemplates_FullMethodName + const Console_SatoriSendDirectMessage_FullMethodName + const Console_SendNotification_FullMethodName + const Console_UnlinkAccount_FullMethodName + const Console_UpdateSetting_FullMethodName + var AclResources_name = map[int32]string + var AclResources_value = map[string]int32 + var Console_ServiceDesc = grpc.ServiceDesc + var File_api_console_console_proto protoreflect.FileDescriptor + func RegisterConsoleServer(s grpc.ServiceRegistrar, srv ConsoleServer) + type AccountExport struct + PayloadJson string + UserId string + func (*AccountExport) Descriptor() ([]byte, []int) + func (*AccountExport) ProtoMessage() + func (x *AccountExport) GetPayloadJson() string + func (x *AccountExport) GetUserId() string + func (x *AccountExport) ProtoReflect() protoreflect.Message + func (x *AccountExport) Reset() + func (x *AccountExport) String() string + type AccountId struct + Id string + func (*AccountId) Descriptor() ([]byte, []int) + func (*AccountId) ProtoMessage() + func (x *AccountId) GetId() string + func (x *AccountId) ProtoReflect() protoreflect.Message + func (x *AccountId) Reset() + func (x *AccountId) String() string + type AccountImport struct + Id string + PayloadJson string + func (*AccountImport) Descriptor() ([]byte, []int) + func (*AccountImport) ProtoMessage() + func (x *AccountImport) GetId() string + func (x *AccountImport) GetPayloadJson() string + func (x *AccountImport) ProtoReflect() protoreflect.Message + func (x *AccountImport) Reset() + func (x *AccountImport) String() string + type AclResources int32 + const AclResources_ACCOUNT + const AclResources_ACCOUNT_EXPORT + const AclResources_ACCOUNT_FRIENDS + const AclResources_ACCOUNT_GROUPS + const AclResources_ACCOUNT_NOTES + const AclResources_ACCOUNT_WALLET + const AclResources_ACL_TEMPLATE + const AclResources_ALL_ACCOUNTS + const AclResources_ALL_DATA + const AclResources_ALL_STORAGE + const AclResources_API_EXPLORER + const AclResources_AUDIT_LOG + const AclResources_CHANNEL_MESSAGE + const AclResources_CONFIGURATION + const AclResources_GROUP + const AclResources_HIRO_ECONOMY + const AclResources_HIRO_ENERGY + const AclResources_HIRO_INVENTORY + const AclResources_HIRO_PROGRESSION + const AclResources_HIRO_STATS + const AclResources_IN_APP_PURCHASE + const AclResources_LEADERBOARD + const AclResources_LEADERBOARD_RECORD + const AclResources_MATCH + const AclResources_NOTIFICATION + const AclResources_SATORI_MESSAGE + const AclResources_SETTINGS + const AclResources_STORAGE_DATA + const AclResources_STORAGE_DATA_IMPORT + const AclResources_USER + func (AclResources) Descriptor() protoreflect.EnumDescriptor + func (AclResources) EnumDescriptor() ([]byte, []int) + func (AclResources) Type() protoreflect.EnumType + func (x AclResources) Enum() *AclResources + func (x AclResources) Number() protoreflect.EnumNumber + func (x AclResources) String() string + type AclTemplate struct + AclBitmap string + Id string + Name string + func (*AclTemplate) Descriptor() ([]byte, []int) + func (*AclTemplate) ProtoMessage() + func (x *AclTemplate) GetAclBitmap() string + func (x *AclTemplate) GetId() string + func (x *AclTemplate) GetName() string + func (x *AclTemplate) ProtoReflect() protoreflect.Message + func (x *AclTemplate) Reset() + func (x *AclTemplate) String() string + type AclTemplateId struct + Id string + func (*AclTemplateId) Descriptor() ([]byte, []int) + func (*AclTemplateId) ProtoMessage() + func (x *AclTemplateId) GetId() string + func (x *AclTemplateId) ProtoReflect() protoreflect.Message + func (x *AclTemplateId) Reset() + func (x *AclTemplateId) String() string + type AclTemplateList struct + Templates []*AclTemplate + func (*AclTemplateList) Descriptor() ([]byte, []int) + func (*AclTemplateList) ProtoMessage() + func (x *AclTemplateList) GetTemplates() []*AclTemplate + func (x *AclTemplateList) ProtoReflect() protoreflect.Message + func (x *AclTemplateList) Reset() + func (x *AclTemplateList) String() string + type AddGroupUsersRequest struct + GroupId string + UserIds []string + func (*AddGroupUsersRequest) Descriptor() ([]byte, []int) + func (*AddGroupUsersRequest) ProtoMessage() + func (x *AddGroupUsersRequest) GetGroupId() string + func (x *AddGroupUsersRequest) GetUserIds() []string + func (x *AddGroupUsersRequest) ProtoReflect() protoreflect.Message + func (x *AddGroupUsersRequest) Reset() + func (x *AddGroupUsersRequest) String() string + type AuthenticateLogoutRequest struct + Token string + func (*AuthenticateLogoutRequest) Descriptor() ([]byte, []int) + func (*AuthenticateLogoutRequest) ProtoMessage() + func (x *AuthenticateLogoutRequest) GetToken() string + func (x *AuthenticateLogoutRequest) ProtoReflect() protoreflect.Message + func (x *AuthenticateLogoutRequest) Reset() + func (x *AuthenticateLogoutRequest) String() string + type AuthenticateRequest struct + Password string + Totp string + Username string + func (*AuthenticateRequest) Descriptor() ([]byte, []int) + func (*AuthenticateRequest) ProtoMessage() + func (x *AuthenticateRequest) GetPassword() string + func (x *AuthenticateRequest) GetTotp() string + func (x *AuthenticateRequest) GetUsername() string + func (x *AuthenticateRequest) ProtoReflect() protoreflect.Message + func (x *AuthenticateRequest) Reset() + func (x *AuthenticateRequest) String() string + type CallApiEndpointRequest struct + BodyJson string + Method string + UserId string + func (*CallApiEndpointRequest) Descriptor() ([]byte, []int) + func (*CallApiEndpointRequest) ProtoMessage() + func (x *CallApiEndpointRequest) GetBodyJson() string + func (x *CallApiEndpointRequest) GetMethod() string + func (x *CallApiEndpointRequest) GetUserId() string + func (x *CallApiEndpointRequest) ProtoReflect() protoreflect.Message + func (x *CallApiEndpointRequest) Reset() + func (x *CallApiEndpointRequest) String() string + type CallApiEndpointResponse struct + BodyJson string + func (*CallApiEndpointResponse) Descriptor() ([]byte, []int) + func (*CallApiEndpointResponse) ProtoMessage() + func (x *CallApiEndpointResponse) GetBodyJson() string + func (x *CallApiEndpointResponse) ProtoReflect() protoreflect.Message + func (x *CallApiEndpointResponse) Reset() + func (x *CallApiEndpointResponse) String() string + type CallRpcEndpointRequest struct + Id string + Payload string + UserId string + func (*CallRpcEndpointRequest) Descriptor() ([]byte, []int) + func (*CallRpcEndpointRequest) ProtoMessage() + func (x *CallRpcEndpointRequest) GetId() string + func (x *CallRpcEndpointRequest) GetPayload() string + func (x *CallRpcEndpointRequest) GetUserId() string + func (x *CallRpcEndpointRequest) ProtoReflect() protoreflect.Message + func (x *CallRpcEndpointRequest) Reset() + func (x *CallRpcEndpointRequest) String() string + type CallRpcEndpointResponse struct + Payload string + func (*CallRpcEndpointResponse) Descriptor() ([]byte, []int) + func (*CallRpcEndpointResponse) ProtoMessage() + func (x *CallRpcEndpointResponse) GetPayload() string + func (x *CallRpcEndpointResponse) ProtoReflect() protoreflect.Message + func (x *CallRpcEndpointResponse) Reset() + func (x *CallRpcEndpointResponse) String() string + type ChannelMessage struct + ChannelId string + Content string + CreateTime int64 + MessageId string + SenderId string + Username string + func (*ChannelMessage) Descriptor() ([]byte, []int) + func (*ChannelMessage) ProtoMessage() + func (x *ChannelMessage) GetChannelId() string + func (x *ChannelMessage) GetContent() string + func (x *ChannelMessage) GetCreateTime() int64 + func (x *ChannelMessage) GetMessageId() string + func (x *ChannelMessage) GetSenderId() string + func (x *ChannelMessage) GetUsername() string + func (x *ChannelMessage) ProtoReflect() protoreflect.Message + func (x *ChannelMessage) Reset() + func (x *ChannelMessage) String() string + type ChannelMessageList struct + Messages []*ChannelMessage + NextCursor string + func (*ChannelMessageList) Descriptor() ([]byte, []int) + func (*ChannelMessageList) ProtoMessage() + func (x *ChannelMessageList) GetMessages() []*ChannelMessage + func (x *ChannelMessageList) GetNextCursor() string + func (x *ChannelMessageList) ProtoReflect() protoreflect.Message + func (x *ChannelMessageList) Reset() + func (x *ChannelMessageList) String() string + type Config struct + Json string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetJson() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type ConsoleClient interface + AddAclTemplate func(ctx context.Context, in *AclTemplate, opts ...grpc.CallOption) (*AclTemplate, error) + AddGroupUsers func(ctx context.Context, in *AddGroupUsersRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + Authenticate func(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*ConsoleSession, error) + AuthenticateLogout func(ctx context.Context, in *AuthenticateLogoutRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + CallApiEndpoint func(ctx context.Context, in *CallApiEndpointRequest, opts ...grpc.CallOption) (*CallApiEndpointResponse, error) + CallRpcEndpoint func(ctx context.Context, in *CallRpcEndpointRequest, opts ...grpc.CallOption) (*CallRpcEndpointResponse, error) + DeleteAclTemplate func(ctx context.Context, in *AclTemplateId, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteAllData func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteChannelMessages func(ctx context.Context, in *DeleteChannelMessagesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteGroup func(ctx context.Context, in *GroupId, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteGroupUser func(ctx context.Context, in *DeleteGroupUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteNotification func(ctx context.Context, in *NotificationId, opts ...grpc.CallOption) (*emptypb.Empty, error) + DeleteStorage func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) + DemoteGroupMember func(ctx context.Context, in *GroupUserId, opts ...grpc.CallOption) (*emptypb.Empty, error) + ExportAccount func(ctx context.Context, in *AccountId, opts ...grpc.CallOption) (*AccountExport, error) + GetConfig func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Config, error) + GetGroup func(ctx context.Context, in *GroupId, opts ...grpc.CallOption) (*Group, error) + GetRuntime func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*RuntimeInfo, error) + GetStatus func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*Status, error) + ImportAccount func(ctx context.Context, in *AccountImport, opts ...grpc.CallOption) (*emptypb.Empty, error) + ImportAccountFull func(ctx context.Context, in *AccountImport, opts ...grpc.CallOption) (*emptypb.Empty, error) + ImportStorage func(ctx context.Context, in *StorageImport, opts ...grpc.CallOption) (*emptypb.Empty, error) + ListAclTemplates func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*AclTemplateList, error) + ListApiEndpoints func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*EndpointList, error) + ListChannelMessages func(ctx context.Context, in *ListChannelMessagesRequest, opts ...grpc.CallOption) (*ChannelMessageList, error) + ListGroupMembers func(ctx context.Context, in *GroupId, opts ...grpc.CallOption) (*GroupUserList, error) + ListGroups func(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*GroupList, error) + ListNotifications func(ctx context.Context, in *ListNotificationsRequest, opts ...grpc.CallOption) (*NotificationList, error) + ListSettings func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SettingList, error) + PromoteGroupMember func(ctx context.Context, in *GroupUserId, opts ...grpc.CallOption) (*emptypb.Empty, error) + SatoriListTemplates func(ctx context.Context, in *SatoriListTemplatesRequest, opts ...grpc.CallOption) (*SatoriListTemplatesResponse, error) + SatoriSendDirectMessage func(ctx context.Context, in *SatoriSendDirectMessageRequest, ...) (*SatoriSendDirectMessageResponse, error) + SendNotification func(ctx context.Context, in *SendNotificationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + UnlinkAccount func(ctx context.Context, in *UnlinkAccountRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + UpdateSetting func(ctx context.Context, in *Setting, opts ...grpc.CallOption) (*Setting, error) + func NewConsoleClient(cc grpc.ClientConnInterface) ConsoleClient + type ConsoleServer interface + AddAclTemplate func(context.Context, *AclTemplate) (*AclTemplate, error) + AddGroupUsers func(context.Context, *AddGroupUsersRequest) (*emptypb.Empty, error) + Authenticate func(context.Context, *AuthenticateRequest) (*ConsoleSession, error) + AuthenticateLogout func(context.Context, *AuthenticateLogoutRequest) (*emptypb.Empty, error) + CallApiEndpoint func(context.Context, *CallApiEndpointRequest) (*CallApiEndpointResponse, error) + CallRpcEndpoint func(context.Context, *CallRpcEndpointRequest) (*CallRpcEndpointResponse, error) + DeleteAclTemplate func(context.Context, *AclTemplateId) (*emptypb.Empty, error) + DeleteAllData func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + DeleteChannelMessages func(context.Context, *DeleteChannelMessagesRequest) (*emptypb.Empty, error) + DeleteGroup func(context.Context, *GroupId) (*emptypb.Empty, error) + DeleteGroupUser func(context.Context, *DeleteGroupUserRequest) (*emptypb.Empty, error) + DeleteNotification func(context.Context, *NotificationId) (*emptypb.Empty, error) + DeleteStorage func(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + DemoteGroupMember func(context.Context, *GroupUserId) (*emptypb.Empty, error) + ExportAccount func(context.Context, *AccountId) (*AccountExport, error) + GetConfig func(context.Context, *emptypb.Empty) (*Config, error) + GetGroup func(context.Context, *GroupId) (*Group, error) + GetRuntime func(context.Context, *emptypb.Empty) (*RuntimeInfo, error) + GetStatus func(context.Context, *emptypb.Empty) (*Status, error) + ImportAccount func(context.Context, *AccountImport) (*emptypb.Empty, error) + ImportAccountFull func(context.Context, *AccountImport) (*emptypb.Empty, error) + ImportStorage func(context.Context, *StorageImport) (*emptypb.Empty, error) + ListAclTemplates func(context.Context, *emptypb.Empty) (*AclTemplateList, error) + ListApiEndpoints func(context.Context, *emptypb.Empty) (*EndpointList, error) + ListChannelMessages func(context.Context, *ListChannelMessagesRequest) (*ChannelMessageList, error) + ListGroupMembers func(context.Context, *GroupId) (*GroupUserList, error) + ListGroups func(context.Context, *ListGroupsRequest) (*GroupList, error) + ListNotifications func(context.Context, *ListNotificationsRequest) (*NotificationList, error) + ListSettings func(context.Context, *emptypb.Empty) (*SettingList, error) + PromoteGroupMember func(context.Context, *GroupUserId) (*emptypb.Empty, error) + SatoriListTemplates func(context.Context, *SatoriListTemplatesRequest) (*SatoriListTemplatesResponse, error) + SatoriSendDirectMessage func(context.Context, *SatoriSendDirectMessageRequest) (*SatoriSendDirectMessageResponse, error) + SendNotification func(context.Context, *SendNotificationRequest) (*emptypb.Empty, error) + UnlinkAccount func(context.Context, *UnlinkAccountRequest) (*emptypb.Empty, error) + UpdateSetting func(context.Context, *Setting) (*Setting, error) + type ConsoleSession struct + AclBitmap string + Token string + func (*ConsoleSession) Descriptor() ([]byte, []int) + func (*ConsoleSession) ProtoMessage() + func (x *ConsoleSession) GetAclBitmap() string + func (x *ConsoleSession) GetToken() string + func (x *ConsoleSession) ProtoReflect() protoreflect.Message + func (x *ConsoleSession) Reset() + func (x *ConsoleSession) String() string + type DeleteChannelMessagesRequest struct + Before int64 + Ids []string + func (*DeleteChannelMessagesRequest) Descriptor() ([]byte, []int) + func (*DeleteChannelMessagesRequest) ProtoMessage() + func (x *DeleteChannelMessagesRequest) GetBefore() int64 + func (x *DeleteChannelMessagesRequest) GetIds() []string + func (x *DeleteChannelMessagesRequest) ProtoReflect() protoreflect.Message + func (x *DeleteChannelMessagesRequest) Reset() + func (x *DeleteChannelMessagesRequest) String() string + type DeleteGroupUserRequest struct + GroupId string + UserId string + func (*DeleteGroupUserRequest) Descriptor() ([]byte, []int) + func (*DeleteGroupUserRequest) ProtoMessage() + func (x *DeleteGroupUserRequest) GetGroupId() string + func (x *DeleteGroupUserRequest) GetUserId() string + func (x *DeleteGroupUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteGroupUserRequest) Reset() + func (x *DeleteGroupUserRequest) String() string + type EndpointList struct + Methods []string + func (*EndpointList) Descriptor() ([]byte, []int) + func (*EndpointList) ProtoMessage() + func (x *EndpointList) GetMethods() []string + func (x *EndpointList) ProtoReflect() protoreflect.Message + func (x *EndpointList) Reset() + func (x *EndpointList) String() string + type Group struct + Description string + EdgeCount int32 + Id string + LangTag string + MaxCount int32 + Name string + Open bool + func (*Group) Descriptor() ([]byte, []int) + func (*Group) ProtoMessage() + func (x *Group) GetDescription() string + func (x *Group) GetEdgeCount() int32 + func (x *Group) GetId() string + func (x *Group) GetLangTag() string + func (x *Group) GetMaxCount() int32 + func (x *Group) GetName() string + func (x *Group) GetOpen() bool + func (x *Group) ProtoReflect() protoreflect.Message + func (x *Group) Reset() + func (x *Group) String() string + type GroupId struct + Id string + func (*GroupId) Descriptor() ([]byte, []int) + func (*GroupId) ProtoMessage() + func (x *GroupId) GetId() string + func (x *GroupId) ProtoReflect() protoreflect.Message + func (x *GroupId) Reset() + func (x *GroupId) String() string + type GroupList struct + Cursor string + Groups []*Group + func (*GroupList) Descriptor() ([]byte, []int) + func (*GroupList) ProtoMessage() + func (x *GroupList) GetCursor() string + func (x *GroupList) GetGroups() []*Group + func (x *GroupList) ProtoReflect() protoreflect.Message + func (x *GroupList) Reset() + func (x *GroupList) String() string + type GroupUser struct + State int32 + UserId string + Username string + func (*GroupUser) Descriptor() ([]byte, []int) + func (*GroupUser) ProtoMessage() + func (x *GroupUser) GetState() int32 + func (x *GroupUser) GetUserId() string + func (x *GroupUser) GetUsername() string + func (x *GroupUser) ProtoReflect() protoreflect.Message + func (x *GroupUser) Reset() + func (x *GroupUser) String() string + type GroupUserId struct + GroupId string + UserId string + func (*GroupUserId) Descriptor() ([]byte, []int) + func (*GroupUserId) ProtoMessage() + func (x *GroupUserId) GetGroupId() string + func (x *GroupUserId) GetUserId() string + func (x *GroupUserId) ProtoReflect() protoreflect.Message + func (x *GroupUserId) Reset() + func (x *GroupUserId) String() string + type GroupUserList struct + Users []*GroupUser + func (*GroupUserList) Descriptor() ([]byte, []int) + func (*GroupUserList) ProtoMessage() + func (x *GroupUserList) GetUsers() []*GroupUser + func (x *GroupUserList) ProtoReflect() protoreflect.Message + func (x *GroupUserList) Reset() + func (x *GroupUserList) String() string + type ListChannelMessagesRequest struct + ChannelId string + Cursor string + Limit int32 + func (*ListChannelMessagesRequest) Descriptor() ([]byte, []int) + func (*ListChannelMessagesRequest) ProtoMessage() + func (x *ListChannelMessagesRequest) GetChannelId() string + func (x *ListChannelMessagesRequest) GetCursor() string + func (x *ListChannelMessagesRequest) GetLimit() int32 + func (x *ListChannelMessagesRequest) ProtoReflect() protoreflect.Message + func (x *ListChannelMessagesRequest) Reset() + func (x *ListChannelMessagesRequest) String() string + type ListGroupsRequest struct + Cursor string + Limit int32 + Name string + func (*ListGroupsRequest) Descriptor() ([]byte, []int) + func (*ListGroupsRequest) ProtoMessage() + func (x *ListGroupsRequest) GetCursor() string + func (x *ListGroupsRequest) GetLimit() int32 + func (x *ListGroupsRequest) GetName() string + func (x *ListGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ListGroupsRequest) Reset() + func (x *ListGroupsRequest) String() string + type ListNotificationsRequest struct + Cursor string + Limit int32 + UserId string + func (*ListNotificationsRequest) Descriptor() ([]byte, []int) + func (*ListNotificationsRequest) ProtoMessage() + func (x *ListNotificationsRequest) GetCursor() string + func (x *ListNotificationsRequest) GetLimit() int32 + func (x *ListNotificationsRequest) GetUserId() string + func (x *ListNotificationsRequest) ProtoReflect() protoreflect.Message + func (x *ListNotificationsRequest) Reset() + func (x *ListNotificationsRequest) String() string + type Notification struct + Code int32 + Content string + Id string + Subject string + UserId string + func (*Notification) Descriptor() ([]byte, []int) + func (*Notification) ProtoMessage() + func (x *Notification) GetCode() int32 + func (x *Notification) GetContent() string + func (x *Notification) GetId() string + func (x *Notification) GetSubject() string + func (x *Notification) GetUserId() string + func (x *Notification) ProtoReflect() protoreflect.Message + func (x *Notification) Reset() + func (x *Notification) String() string + type NotificationId struct + Id string + func (*NotificationId) Descriptor() ([]byte, []int) + func (*NotificationId) ProtoMessage() + func (x *NotificationId) GetId() string + func (x *NotificationId) ProtoReflect() protoreflect.Message + func (x *NotificationId) Reset() + func (x *NotificationId) String() string + type NotificationList struct + Cursor string + Notifications []*Notification + func (*NotificationList) Descriptor() ([]byte, []int) + func (*NotificationList) ProtoMessage() + func (x *NotificationList) GetCursor() string + func (x *NotificationList) GetNotifications() []*Notification + func (x *NotificationList) ProtoReflect() protoreflect.Message + func (x *NotificationList) Reset() + func (x *NotificationList) String() string + type RuntimeInfo struct + RpcIds []string + func (*RuntimeInfo) Descriptor() ([]byte, []int) + func (*RuntimeInfo) ProtoMessage() + func (x *RuntimeInfo) GetRpcIds() []string + func (x *RuntimeInfo) ProtoReflect() protoreflect.Message + func (x *RuntimeInfo) Reset() + func (x *RuntimeInfo) String() string + type SatoriListTemplatesRequest struct + Cursor string + Limit int32 + func (*SatoriListTemplatesRequest) Descriptor() ([]byte, []int) + func (*SatoriListTemplatesRequest) ProtoMessage() + func (x *SatoriListTemplatesRequest) GetCursor() string + func (x *SatoriListTemplatesRequest) GetLimit() int32 + func (x *SatoriListTemplatesRequest) ProtoReflect() protoreflect.Message + func (x *SatoriListTemplatesRequest) Reset() + func (x *SatoriListTemplatesRequest) String() string + type SatoriListTemplatesResponse struct + Cursor string + Templates []*SatoriTemplate + func (*SatoriListTemplatesResponse) Descriptor() ([]byte, []int) + func (*SatoriListTemplatesResponse) ProtoMessage() + func (x *SatoriListTemplatesResponse) GetCursor() string + func (x *SatoriListTemplatesResponse) GetTemplates() []*SatoriTemplate + func (x *SatoriListTemplatesResponse) ProtoReflect() protoreflect.Message + func (x *SatoriListTemplatesResponse) Reset() + func (x *SatoriListTemplatesResponse) String() string + type SatoriSendDirectMessageRequest struct + Body string + IdentityId string + TemplateId string + Title string + func (*SatoriSendDirectMessageRequest) Descriptor() ([]byte, []int) + func (*SatoriSendDirectMessageRequest) ProtoMessage() + func (x *SatoriSendDirectMessageRequest) GetBody() string + func (x *SatoriSendDirectMessageRequest) GetIdentityId() string + func (x *SatoriSendDirectMessageRequest) GetTemplateId() string + func (x *SatoriSendDirectMessageRequest) GetTitle() string + func (x *SatoriSendDirectMessageRequest) ProtoReflect() protoreflect.Message + func (x *SatoriSendDirectMessageRequest) Reset() + func (x *SatoriSendDirectMessageRequest) String() string + type SatoriSendDirectMessageResponse struct + Error string + Ok bool + func (*SatoriSendDirectMessageResponse) Descriptor() ([]byte, []int) + func (*SatoriSendDirectMessageResponse) ProtoMessage() + func (x *SatoriSendDirectMessageResponse) GetError() string + func (x *SatoriSendDirectMessageResponse) GetOk() bool + func (x *SatoriSendDirectMessageResponse) ProtoReflect() protoreflect.Message + func (x *SatoriSendDirectMessageResponse) Reset() + func (x *SatoriSendDirectMessageResponse) String() string + type SatoriTemplate struct + Id string + Name string + Title string + Value string + func (*SatoriTemplate) Descriptor() ([]byte, []int) + func (*SatoriTemplate) ProtoMessage() + func (x *SatoriTemplate) GetId() string + func (x *SatoriTemplate) GetName() string + func (x *SatoriTemplate) GetTitle() string + func (x *SatoriTemplate) GetValue() string + func (x *SatoriTemplate) ProtoReflect() protoreflect.Message + func (x *SatoriTemplate) Reset() + func (x *SatoriTemplate) String() string + type SendNotificationRequest struct + Code int32 + Content string + Persistent bool + Subject string + UserIds []string + func (*SendNotificationRequest) Descriptor() ([]byte, []int) + func (*SendNotificationRequest) ProtoMessage() + func (x *SendNotificationRequest) GetCode() int32 + func (x *SendNotificationRequest) GetContent() string + func (x *SendNotificationRequest) GetPersistent() bool + func (x *SendNotificationRequest) GetSubject() string + func (x *SendNotificationRequest) GetUserIds() []string + func (x *SendNotificationRequest) ProtoReflect() protoreflect.Message + func (x *SendNotificationRequest) Reset() + func (x *SendNotificationRequest) String() string + type Setting struct + Name string + ValueJson string + func (*Setting) Descriptor() ([]byte, []int) + func (*Setting) ProtoMessage() + func (x *Setting) GetName() string + func (x *Setting) GetValueJson() string + func (x *Setting) ProtoReflect() protoreflect.Message + func (x *Setting) Reset() + func (x *Setting) String() string + type SettingList struct + Settings []*Setting + func (*SettingList) Descriptor() ([]byte, []int) + func (*SettingList) ProtoMessage() + func (x *SettingList) GetSettings() []*Setting + func (x *SettingList) ProtoReflect() protoreflect.Message + func (x *SettingList) Reset() + func (x *SettingList) String() string + type Status struct + Json string + func (*Status) Descriptor() ([]byte, []int) + func (*Status) ProtoMessage() + func (x *Status) GetJson() string + func (x *Status) ProtoReflect() protoreflect.Message + func (x *Status) Reset() + func (x *Status) String() string + type StorageImport struct + Objects []*StorageImportObject + func (*StorageImport) Descriptor() ([]byte, []int) + func (*StorageImport) ProtoMessage() + func (x *StorageImport) GetObjects() []*StorageImportObject + func (x *StorageImport) ProtoReflect() protoreflect.Message + func (x *StorageImport) Reset() + func (x *StorageImport) String() string + type StorageImportObject struct + Collection string + Key string + PermissionRead int32 + PermissionWrite int32 + UserId string + Value string + func (*StorageImportObject) Descriptor() ([]byte, []int) + func (*StorageImportObject) ProtoMessage() + func (x *StorageImportObject) GetCollection() string + func (x *StorageImportObject) GetKey() string + func (x *StorageImportObject) GetPermissionRead() int32 + func (x *StorageImportObject) GetPermissionWrite() int32 + func (x *StorageImportObject) GetUserId() string + func (x *StorageImportObject) GetValue() string + func (x *StorageImportObject) ProtoReflect() protoreflect.Message + func (x *StorageImportObject) Reset() + func (x *StorageImportObject) String() string + type UnimplementedConsoleServer struct + func (UnimplementedConsoleServer) AddAclTemplate(context.Context, *AclTemplate) (*AclTemplate, error) + func (UnimplementedConsoleServer) AddGroupUsers(context.Context, *AddGroupUsersRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) Authenticate(context.Context, *AuthenticateRequest) (*ConsoleSession, error) + func (UnimplementedConsoleServer) AuthenticateLogout(context.Context, *AuthenticateLogoutRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) CallApiEndpoint(context.Context, *CallApiEndpointRequest) (*CallApiEndpointResponse, error) + func (UnimplementedConsoleServer) CallRpcEndpoint(context.Context, *CallRpcEndpointRequest) (*CallRpcEndpointResponse, error) + func (UnimplementedConsoleServer) DeleteAclTemplate(context.Context, *AclTemplateId) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteAllData(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteChannelMessages(context.Context, *DeleteChannelMessagesRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteGroup(context.Context, *GroupId) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteGroupUser(context.Context, *DeleteGroupUserRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteNotification(context.Context, *NotificationId) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DeleteStorage(context.Context, *emptypb.Empty) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) DemoteGroupMember(context.Context, *GroupUserId) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) ExportAccount(context.Context, *AccountId) (*AccountExport, error) + func (UnimplementedConsoleServer) GetConfig(context.Context, *emptypb.Empty) (*Config, error) + func (UnimplementedConsoleServer) GetGroup(context.Context, *GroupId) (*Group, error) + func (UnimplementedConsoleServer) GetRuntime(context.Context, *emptypb.Empty) (*RuntimeInfo, error) + func (UnimplementedConsoleServer) GetStatus(context.Context, *emptypb.Empty) (*Status, error) + func (UnimplementedConsoleServer) ImportAccount(context.Context, *AccountImport) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) ImportAccountFull(context.Context, *AccountImport) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) ImportStorage(context.Context, *StorageImport) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) ListAclTemplates(context.Context, *emptypb.Empty) (*AclTemplateList, error) + func (UnimplementedConsoleServer) ListApiEndpoints(context.Context, *emptypb.Empty) (*EndpointList, error) + func (UnimplementedConsoleServer) ListChannelMessages(context.Context, *ListChannelMessagesRequest) (*ChannelMessageList, error) + func (UnimplementedConsoleServer) ListGroupMembers(context.Context, *GroupId) (*GroupUserList, error) + func (UnimplementedConsoleServer) ListGroups(context.Context, *ListGroupsRequest) (*GroupList, error) + func (UnimplementedConsoleServer) ListNotifications(context.Context, *ListNotificationsRequest) (*NotificationList, error) + func (UnimplementedConsoleServer) ListSettings(context.Context, *emptypb.Empty) (*SettingList, error) + func (UnimplementedConsoleServer) PromoteGroupMember(context.Context, *GroupUserId) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) SatoriListTemplates(context.Context, *SatoriListTemplatesRequest) (*SatoriListTemplatesResponse, error) + func (UnimplementedConsoleServer) SatoriSendDirectMessage(context.Context, *SatoriSendDirectMessageRequest) (*SatoriSendDirectMessageResponse, error) + func (UnimplementedConsoleServer) SendNotification(context.Context, *SendNotificationRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) UnlinkAccount(context.Context, *UnlinkAccountRequest) (*emptypb.Empty, error) + func (UnimplementedConsoleServer) UpdateSetting(context.Context, *Setting) (*Setting, error) + type UnlinkAccountRequest struct + Provider string + UserId string + func (*UnlinkAccountRequest) Descriptor() ([]byte, []int) + func (*UnlinkAccountRequest) ProtoMessage() + func (x *UnlinkAccountRequest) GetProvider() string + func (x *UnlinkAccountRequest) GetUserId() string + func (x *UnlinkAccountRequest) ProtoReflect() protoreflect.Message + func (x *UnlinkAccountRequest) Reset() + func (x *UnlinkAccountRequest) String() string + type UnsafeConsoleServer interface