package
0.5.3
Repository: https://github.com/yourselfhosted/slash.git
Documentation: pkg.go.dev

# README

Protocol Documentation

Table of Contents

Top

api/v2/common.proto

RowStatus

NameNumberDescription
ROW_STATUS_UNSPECIFIED0
NORMAL1
ARCHIVED2

Visibility

NameNumberDescription
VISIBILITY_UNSPECIFIED0
PRIVATE1
WORKSPACE2
PUBLIC3

Top

api/v2/user_service.proto

CreateUserAccessTokenRequest

FieldTypeLabelDescription
idint32id is the user id.
descriptionstringdescription is the description of the access token.
expires_atgoogle.protobuf.Timestampoptionalexpires_at is the expiration time of the access token. If expires_at is not set, the access token will never expire.

CreateUserAccessTokenResponse

FieldTypeLabelDescription
access_tokenUserAccessToken

CreateUserRequest

FieldTypeLabelDescription
userUser

CreateUserResponse

FieldTypeLabelDescription
userUser

DeleteUserAccessTokenRequest

FieldTypeLabelDescription
idint32id is the user id.
access_tokenstringaccess_token is the access token to delete.

DeleteUserAccessTokenResponse

DeleteUserRequest

FieldTypeLabelDescription
idint32

DeleteUserResponse

GetUserRequest

FieldTypeLabelDescription
idint32

GetUserResponse

FieldTypeLabelDescription
userUser

ListUserAccessTokensRequest

FieldTypeLabelDescription
idint32id is the user id.

ListUserAccessTokensResponse

FieldTypeLabelDescription
access_tokensUserAccessTokenrepeated

ListUsersRequest

ListUsersResponse

FieldTypeLabelDescription
usersUserrepeated

UpdateUserRequest

FieldTypeLabelDescription
userUser
update_maskgoogle.protobuf.FieldMask

UpdateUserResponse

FieldTypeLabelDescription
userUser

User

FieldTypeLabelDescription
idint32
row_statusRowStatus
created_timegoogle.protobuf.Timestamp
updated_timegoogle.protobuf.Timestamp
roleRole
emailstring
nicknamestring
passwordstring

UserAccessToken

FieldTypeLabelDescription
access_tokenstring
descriptionstring
issued_atgoogle.protobuf.Timestamp
expires_atgoogle.protobuf.Timestamp

Role

NameNumberDescription
ROLE_UNSPECIFIED0
ADMIN1
USER2

UserService

Method NameRequest TypeResponse TypeDescription
ListUsersListUsersRequestListUsersResponseListUsers returns a list of users.
GetUserGetUserRequestGetUserResponseGetUser returns a user by id.
CreateUserCreateUserRequestCreateUserResponseCreateUser creates a new user.
UpdateUserUpdateUserRequestUpdateUserResponse
DeleteUserDeleteUserRequestDeleteUserResponseDeleteUser deletes a user by id.
ListUserAccessTokensListUserAccessTokensRequestListUserAccessTokensResponseListUserAccessTokens returns a list of access tokens for a user.
CreateUserAccessTokenCreateUserAccessTokenRequestCreateUserAccessTokenResponseCreateUserAccessToken creates a new access token for a user.
DeleteUserAccessTokenDeleteUserAccessTokenRequestDeleteUserAccessTokenResponseDeleteUserAccessToken deletes an access token for a user.

Top

api/v2/auth_service.proto

GetAuthStatusRequest

GetAuthStatusResponse

FieldTypeLabelDescription
userUser

SignInRequest

FieldTypeLabelDescription
emailstring
passwordstring

SignInResponse

FieldTypeLabelDescription
userUser

SignOutRequest

SignOutResponse

SignUpRequest

FieldTypeLabelDescription
emailstring
nicknamestring
passwordstring

SignUpResponse

FieldTypeLabelDescription
userUser

AuthService

Method NameRequest TypeResponse TypeDescription
GetAuthStatusGetAuthStatusRequestGetAuthStatusResponse
SignInSignInRequestSignInResponse
SignUpSignUpRequestSignUpResponse
SignOutSignOutRequestSignOutResponse

Top

api/v2/collection_service.proto

Collection

FieldTypeLabelDescription
idint32
creator_idint32
created_timegoogle.protobuf.Timestamp
updated_timegoogle.protobuf.Timestamp
namestring
titlestring
descriptionstring
shortcut_idsint32repeated
visibilityVisibility

CreateCollectionRequest

FieldTypeLabelDescription
collectionCollection

CreateCollectionResponse

FieldTypeLabelDescription
collectionCollection

DeleteCollectionRequest

FieldTypeLabelDescription
idint32

DeleteCollectionResponse

GetCollectionByNameRequest

FieldTypeLabelDescription
namestring

GetCollectionByNameResponse

FieldTypeLabelDescription
collectionCollection

GetCollectionRequest

FieldTypeLabelDescription
idint32

GetCollectionResponse

FieldTypeLabelDescription
collectionCollection

ListCollectionsRequest

ListCollectionsResponse

FieldTypeLabelDescription
collectionsCollectionrepeated

UpdateCollectionRequest

FieldTypeLabelDescription
collectionCollection
update_maskgoogle.protobuf.FieldMask

UpdateCollectionResponse

FieldTypeLabelDescription
collectionCollection

CollectionService

Method NameRequest TypeResponse TypeDescription
ListCollectionsListCollectionsRequestListCollectionsResponseListCollections returns a list of collections.
GetCollectionGetCollectionRequestGetCollectionResponseGetCollection returns a collection by id.
GetCollectionByNameGetCollectionByNameRequestGetCollectionByNameResponseGetCollectionByName returns a collection by name.
CreateCollectionCreateCollectionRequestCreateCollectionResponseCreateCollection creates a collection.
UpdateCollectionUpdateCollectionRequestUpdateCollectionResponseUpdateCollection updates a collection.
DeleteCollectionDeleteCollectionRequestDeleteCollectionResponseDeleteCollection deletes a collection by id.

Top

api/v2/memo_service.proto

CreateMemoRequest

FieldTypeLabelDescription
memoMemo

CreateMemoResponse

FieldTypeLabelDescription
memoMemo

DeleteMemoRequest

FieldTypeLabelDescription
idint32

DeleteMemoResponse

GetMemoRequest

FieldTypeLabelDescription
idint32

GetMemoResponse

FieldTypeLabelDescription
memoMemo

ListMemosRequest

ListMemosResponse

FieldTypeLabelDescription
memosMemorepeated

Memo

FieldTypeLabelDescription
idint32
creator_idint32
created_timegoogle.protobuf.Timestamp
updated_timegoogle.protobuf.Timestamp
row_statusRowStatus
namestring
titlestring
contentstring
tagsstringrepeated
visibilityVisibility

UpdateMemoRequest

FieldTypeLabelDescription
memoMemo
update_maskgoogle.protobuf.FieldMask

UpdateMemoResponse

FieldTypeLabelDescription
memoMemo

MemoService

Method NameRequest TypeResponse TypeDescription
ListMemosListMemosRequestListMemosResponseListMemos returns a list of memos.
GetMemoGetMemoRequestGetMemoResponseGetMemo returns a memo by id.
CreateMemoCreateMemoRequestCreateMemoResponseCreateMemo creates a memo.
UpdateMemoUpdateMemoRequestUpdateMemoResponseUpdateMemo updates a memo.
DeleteMemoDeleteMemoRequestDeleteMemoResponseDeleteMemo deletes a memo by id.

Top

api/v2/shortcut_service.proto

CreateShortcutRequest

FieldTypeLabelDescription
shortcutShortcut

CreateShortcutResponse

FieldTypeLabelDescription
shortcutShortcut

DeleteShortcutRequest

FieldTypeLabelDescription
idint32

DeleteShortcutResponse

GetShortcutAnalyticsRequest

FieldTypeLabelDescription
idint32

GetShortcutAnalyticsResponse

FieldTypeLabelDescription
referencesGetShortcutAnalyticsResponse.AnalyticsItemrepeated
devicesGetShortcutAnalyticsResponse.AnalyticsItemrepeated
browsersGetShortcutAnalyticsResponse.AnalyticsItemrepeated

GetShortcutAnalyticsResponse.AnalyticsItem

FieldTypeLabelDescription
namestring
countint32

GetShortcutByNameRequest

FieldTypeLabelDescription
namestring

GetShortcutByNameResponse

FieldTypeLabelDescription
shortcutShortcut

GetShortcutRequest

FieldTypeLabelDescription
idint32

GetShortcutResponse

FieldTypeLabelDescription
shortcutShortcut

ListShortcutsRequest

ListShortcutsResponse

FieldTypeLabelDescription
shortcutsShortcutrepeated

OpenGraphMetadata

FieldTypeLabelDescription
titlestring
descriptionstring
imagestring

Shortcut

FieldTypeLabelDescription
idint32
creator_idint32
created_timegoogle.protobuf.Timestamp
updated_timegoogle.protobuf.Timestamp
row_statusRowStatus
namestring
linkstring
titlestring
tagsstringrepeated
descriptionstring
visibilityVisibility
view_countint32
og_metadataOpenGraphMetadata

UpdateShortcutRequest

FieldTypeLabelDescription
shortcutShortcut
update_maskgoogle.protobuf.FieldMask

UpdateShortcutResponse

FieldTypeLabelDescription
shortcutShortcut

ShortcutService

Method NameRequest TypeResponse TypeDescription
ListShortcutsListShortcutsRequestListShortcutsResponseListShortcuts returns a list of shortcuts.
GetShortcutGetShortcutRequestGetShortcutResponseGetShortcut returns a shortcut by id.
GetShortcutByNameGetShortcutByNameRequestGetShortcutByNameResponseGetShortcutByName returns a shortcut by name.
CreateShortcutCreateShortcutRequestCreateShortcutResponseCreateShortcut creates a shortcut.
UpdateShortcutUpdateShortcutRequestUpdateShortcutResponseUpdateShortcut updates a shortcut.
DeleteShortcutDeleteShortcutRequestDeleteShortcutResponseDeleteShortcut deletes a shortcut by name.
GetShortcutAnalyticsGetShortcutAnalyticsRequestGetShortcutAnalyticsResponseGetShortcutAnalytics returns the analytics for a shortcut.

Top

api/v2/subscription_service.proto

GetSubscriptionRequest

GetSubscriptionResponse

FieldTypeLabelDescription
subscriptionSubscription

Subscription

FieldTypeLabelDescription
planPlanType
started_timegoogle.protobuf.Timestamp
expires_timegoogle.protobuf.Timestamp

UpdateSubscriptionRequest

FieldTypeLabelDescription
license_keystring

UpdateSubscriptionResponse

FieldTypeLabelDescription
subscriptionSubscription

PlanType

NameNumberDescription
PLAN_TYPE_UNSPECIFIED0
FREE1
PRO2

SubscriptionService

Method NameRequest TypeResponse TypeDescription
GetSubscriptionGetSubscriptionRequestGetSubscriptionResponse
UpdateSubscriptionUpdateSubscriptionRequestUpdateSubscriptionResponse

Top

api/v2/user_setting_service.proto

GetUserSettingRequest

FieldTypeLabelDescription
idint32id is the user id.

GetUserSettingResponse

FieldTypeLabelDescription
user_settingUserSetting

UpdateUserSettingRequest

FieldTypeLabelDescription
idint32id is the user id.
user_settingUserSettinguser_setting is the user setting to update.
update_maskgoogle.protobuf.FieldMaskupdate_mask is the field mask to update.

UpdateUserSettingResponse

FieldTypeLabelDescription
user_settingUserSetting

UserSetting

FieldTypeLabelDescription
idint32id is the user id.
localeUserSetting.Localelocale is the user locale.
color_themeUserSetting.ColorThemecolor_theme is the user color theme.

UserSetting.ColorTheme

NameNumberDescription
COLOR_THEME_UNSPECIFIED0
COLOR_THEME_SYSTEM1
COLOR_THEME_LIGHT2
COLOR_THEME_DARK3

UserSetting.Locale

NameNumberDescription
LOCALE_UNSPECIFIED0
LOCALE_EN1
LOCALE_ZH2

UserSettingService

Method NameRequest TypeResponse TypeDescription
GetUserSettingGetUserSettingRequestGetUserSettingResponseGetUserSetting returns the user setting.
UpdateUserSettingUpdateUserSettingRequestUpdateUserSettingResponseUpdateUserSetting updates the user setting.

Top

api/v2/workspace_service.proto

AutoBackupWorkspaceSetting

FieldTypeLabelDescription
enabledboolWhether auto backup is enabled.
cron_expressionstringThe cron expression for auto backup. For example, "0 0 0 * * *" means backup at 00:00:00 every day. See https://en.wikipedia.org/wiki/Cron for more details.
max_keepint32The maximum number of backups to keep.

GetWorkspaceProfileRequest

GetWorkspaceProfileResponse

FieldTypeLabelDescription
profileWorkspaceProfileThe workspace profile.

GetWorkspaceSettingRequest

GetWorkspaceSettingResponse

FieldTypeLabelDescription
settingWorkspaceSettingThe user setting.

UpdateWorkspaceSettingRequest

FieldTypeLabelDescription
settingWorkspaceSettingThe user setting.
update_maskgoogle.protobuf.FieldMaskThe update mask.

UpdateWorkspaceSettingResponse

FieldTypeLabelDescription
settingWorkspaceSettingThe user setting.

WorkspaceProfile

FieldTypeLabelDescription
modestringCurrent workspace mode: dev, prod.
versionstringCurrent workspace version.
planPlanTypeThe workspace plan.
enable_signupboolWhether to enable other users to sign up.
custom_stylestringThe custom style.
custom_scriptstringThe custom script.

WorkspaceSetting

FieldTypeLabelDescription
license_keystring
enable_signupboolWhether to enable other users to sign up.
instance_urlstringThe instance URL.
custom_stylestringThe custom style.
custom_scriptstringThe custom script.
auto_backupAutoBackupWorkspaceSettingThe auto backup setting.

WorkspaceService

Method NameRequest TypeResponse TypeDescription
GetWorkspaceProfileGetWorkspaceProfileRequestGetWorkspaceProfileResponse
GetWorkspaceSettingGetWorkspaceSettingRequestGetWorkspaceSettingResponse
UpdateWorkspaceSettingUpdateWorkspaceSettingRequestUpdateWorkspaceSettingResponse

Scalar Value Types

.proto TypeNotesC++JavaPythonGoC#PHPRuby
doubledoubledoublefloatfloat64doublefloatFloat
floatfloatfloatfloatfloat32floatfloatFloat
int32Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead.int32intintint32intintegerBignum or Fixnum (as required)
int64Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead.int64longint/longint64longinteger/stringBignum
uint32Uses variable-length encoding.uint32intint/longuint32uintintegerBignum or Fixnum (as required)
uint64Uses variable-length encoding.uint64longint/longuint64ulonginteger/stringBignum or Fixnum (as required)
sint32Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s.int32intintint32intintegerBignum or Fixnum (as required)
sint64Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s.int64longint/longint64longinteger/stringBignum
fixed32Always four bytes. More efficient than uint32 if values are often greater than 2^28.uint32intintuint32uintintegerBignum or Fixnum (as required)
fixed64Always eight bytes. More efficient than uint64 if values are often greater than 2^56.uint64longint/longuint64ulonginteger/stringBignum
sfixed32Always four bytes.int32intintint32intintegerBignum or Fixnum (as required)
sfixed64Always eight bytes.int64longint/longint64longinteger/stringBignum
boolboolbooleanbooleanboolboolbooleanTrueClass/FalseClass
stringA string must always contain UTF-8 encoded or 7-bit ASCII text.stringStringstr/unicodestringstringstringString (UTF-8)
bytesMay contain any arbitrary sequence of bytes.stringByteStringstr[]byteByteStringstringString (ASCII-8BIT)

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux".
RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux".
No description provided by the author
RegisterCollectionServiceHandler registers the http handlers for service CollectionService to "mux".
RegisterCollectionServiceHandlerClient registers the http handlers for service CollectionService to "mux".
RegisterCollectionServiceHandlerFromEndpoint is same as RegisterCollectionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCollectionServiceHandlerServer registers the http handlers for service CollectionService to "mux".
No description provided by the author
RegisterMemoServiceHandler registers the http handlers for service MemoService to "mux".
RegisterMemoServiceHandlerClient registers the http handlers for service MemoService to "mux".
RegisterMemoServiceHandlerFromEndpoint is same as RegisterMemoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMemoServiceHandlerServer registers the http handlers for service MemoService to "mux".
No description provided by the author
RegisterShortcutServiceHandler registers the http handlers for service ShortcutService to "mux".
RegisterShortcutServiceHandlerClient registers the http handlers for service ShortcutService to "mux".
RegisterShortcutServiceHandlerFromEndpoint is same as RegisterShortcutServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterShortcutServiceHandlerServer registers the http handlers for service ShortcutService to "mux".
No description provided by the author
RegisterSubscriptionServiceHandler registers the http handlers for service SubscriptionService to "mux".
RegisterSubscriptionServiceHandlerClient registers the http handlers for service SubscriptionService to "mux".
RegisterSubscriptionServiceHandlerFromEndpoint is same as RegisterSubscriptionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSubscriptionServiceHandlerServer registers the http handlers for service SubscriptionService to "mux".
No description provided by the author
RegisterUserServiceHandler registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerClient registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerFromEndpoint is same as RegisterUserServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserServiceHandlerServer registers the http handlers for service UserService to "mux".
No description provided by the author
RegisterUserSettingServiceHandler registers the http handlers for service UserSettingService to "mux".
RegisterUserSettingServiceHandlerClient registers the http handlers for service UserSettingService to "mux".
RegisterUserSettingServiceHandlerFromEndpoint is same as RegisterUserSettingServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserSettingServiceHandlerServer registers the http handlers for service UserSettingService to "mux".
No description provided by the author
RegisterWorkspaceServiceHandler registers the http handlers for service WorkspaceService to "mux".
RegisterWorkspaceServiceHandlerClient registers the http handlers for service WorkspaceService to "mux".
RegisterWorkspaceServiceHandlerFromEndpoint is same as RegisterWorkspaceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterWorkspaceServiceHandlerServer registers the http handlers for service WorkspaceService to "mux".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service.
CollectionService_ServiceDesc is the grpc.ServiceDesc for CollectionService service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MemoService_ServiceDesc is the grpc.ServiceDesc for MemoService service.
Enum value maps for PlanType.
Enum value maps for PlanType.
Enum value maps for Role.
Enum value maps for Role.
Enum value maps for RowStatus.
Enum value maps for RowStatus.
ShortcutService_ServiceDesc is the grpc.ServiceDesc for ShortcutService service.
SubscriptionService_ServiceDesc is the grpc.ServiceDesc for SubscriptionService service.
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service.
Enum value maps for UserSetting_ColorTheme.
Enum value maps for UserSetting_ColorTheme.
Enum value maps for UserSetting_Locale.
Enum value maps for UserSetting_Locale.
UserSettingService_ServiceDesc is the grpc.ServiceDesc for UserSettingService service.
Enum value maps for Visibility.
Enum value maps for Visibility.
WorkspaceService_ServiceDesc is the grpc.ServiceDesc for WorkspaceService service.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.
UnimplementedCollectionServiceServer must be embedded to have forward compatible implementations.
UnimplementedMemoServiceServer must be embedded to have forward compatible implementations.
UnimplementedShortcutServiceServer must be embedded to have forward compatible implementations.
UnimplementedSubscriptionServiceServer must be embedded to have forward compatible implementations.
UnimplementedUserServiceServer must be embedded to have forward compatible implementations.
UnimplementedUserSettingServiceServer must be embedded to have forward compatible implementations.
UnimplementedWorkspaceServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

AuthServiceClient is the client API for AuthService service.
AuthServiceServer is the server API for AuthService service.
CollectionServiceClient is the client API for CollectionService service.
CollectionServiceServer is the server API for CollectionService service.
MemoServiceClient is the client API for MemoService service.
MemoServiceServer is the server API for MemoService service.
ShortcutServiceClient is the client API for ShortcutService service.
ShortcutServiceServer is the server API for ShortcutService service.
SubscriptionServiceClient is the client API for SubscriptionService service.
SubscriptionServiceServer is the server API for SubscriptionService service.
UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeCollectionServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeMemoServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeShortcutServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeSubscriptionServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserSettingServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeWorkspaceServiceServer may be embedded to opt out of forward compatibility for this service.
UserServiceClient is the client API for UserService service.
UserServiceServer is the server API for UserService service.
UserSettingServiceClient is the client API for UserSettingService service.
UserSettingServiceServer is the server API for UserSettingService service.
WorkspaceServiceClient is the client API for WorkspaceService service.
WorkspaceServiceServer is the server API for WorkspaceService service.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author