Documentation ¶
Index ¶
- func GetBlockCollaborators(jwtToken string, blockParam common.ResourceIdParam) (response.Block, error)
- func GetUsersThisBlockCanBeSharedWith(jwtToken string, blockAclParam common.SearchUsersParam) ([]response.SearchUser, error)
- func LeaveBlock(jwtToken string, blockParam common.ResourceIdParam) error
- func ShareBlockWithCollaborator(jwtToken string, reqBody request.BlockAclReqBody, ...) (response.Block, error)
- func ShareBlockWithUserWithPods(jwtToken string, reqBody ShareBlockWithPodsReqBody, ...) (response.Block, error)
- func ShareBlocksWithCollaborators(jwtToken string, reqBody BlockBulkShareReqBody, blockAclParam common.AclParam) error
- func UnshareBlockWithCollaborator(jwtToken string, blockAclParam common.AclParam) (response.Block, error)
- func UpdateBlockAcl(jwtToken string, reqBody request.BlockAclReqBody, ...) (response.Block, error)
- type BlockBulkShareReqBody
- type ShareBlockWithPodsReqBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockCollaborators ¶
func GetUsersThisBlockCanBeSharedWith ¶
func GetUsersThisBlockCanBeSharedWith( jwtToken string, blockAclParam common.SearchUsersParam, ) ([]response.SearchUser, error)
func LeaveBlock ¶
func LeaveBlock(jwtToken string, blockParam common.ResourceIdParam) error
func ShareBlocksWithCollaborators ¶
func ShareBlocksWithCollaborators( jwtToken string, reqBody BlockBulkShareReqBody, blockAclParam common.AclParam, ) error
func UpdateBlockAcl ¶
Types ¶
type BlockBulkShareReqBody ¶
type BlockBulkShareReqBody struct {}
type ShareBlockWithPodsReqBody ¶
type ShareBlockWithPodsReqBody struct {}
Source Files ¶
- collaboration.1.1.get_block_collaborators.go
- collaboration.1.2.update_block_acl.go
- collaboration.1.3.unshare_block_from_collaborator.go
- collaboration.1.4.share_block_with_collaborator.go
- collaboration.1.5.share_block_with_collaborator_along_with_pods.go
- collaboration.1.6.get_users_this_block_can_be_shared_with.go
- collaboration.1.7.bulk_share_blocks_with_collaborators.go
- collaboration.1.8.leave_block.go
Click to show internal directories.
Click to hide internal directories.