Documentation
¶
Index ¶
- type CreatePrivateSpaceForUserInput
- type CreatePrivateSpaceForUserOutput
- type CreateSpaceInput
- type CreateSpaceOutput
- type DeleteSpaceInput
- type DeleteSpaceUserPermissionInput
- type GetSpacesForUserInput
- type GetSpacesForUserOutput
- type ListSpacePermissionsInput
- type ListSpacePermissionsOutput
- type UpdateSpaceInput
- type UpdateSpaceOutput
- type UpsertSpaceUserPermissionInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePrivateSpaceForUserInput ¶
type CreatePrivateSpaceForUserInput struct {
UserId string
}
type CreateSpaceInput ¶
type CreateSpaceOutput ¶
type DeleteSpaceInput ¶
type GetSpacesForUserInput ¶
type GetSpacesForUserInput struct {
UserId string
}
type GetSpacesForUserOutput ¶
type ListSpacePermissionsOutput ¶
type ListSpacePermissionsOutput struct {
Permissions []domain.Permission
}
type UpdateSpaceInput ¶
type UpdateSpaceOutput ¶
type UpsertSpaceUserPermissionInput ¶
type UpsertSpaceUserPermissionInput struct {
RequesterId string
SpaceId string
TargetUserId string
Role domain.PermissionRole
}
Click to show internal directories.
Click to hide internal directories.