Documentation ¶
Index ¶
- func GetBlockPodCollaborators(jwtToken string, podParam common.ResourceIdParam) (response.Pod, error)
- func GetUsersThisBlockPodCanBeSharedWith(jwtToken string, podAclParam common.SearchUsersParam) ([]response.SearchUser, error)
- func LeaveBlockPod(jwtToken string, podParam common.ResourceIdParam) error
- func ShareBlockPodWithCollaborator(jwtToken string, reqBody request.PodAclReqBody, podAclParam common.AclParam) (response.Pod, error)
- func ShareBlocksWithCollaborators(jwtToken string, reqBody request.PodBulkShareReqBody, ...) error
- func UnshareBlockPodWithCollaborator(jwtToken string, podAclParam common.AclParam) (response.Pod, error)
- func UpdateBlockPodAcl(jwtToken string, reqBody request.PodAclReqBody, podAclParam common.AclParam) (response.Pod, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUsersThisBlockPodCanBeSharedWith ¶
func GetUsersThisBlockPodCanBeSharedWith( jwtToken string, podAclParam common.SearchUsersParam, ) ([]response.SearchUser, error)
func LeaveBlockPod ¶
func LeaveBlockPod(jwtToken string, podParam common.ResourceIdParam) error
func UpdateBlockPodAcl ¶
Types ¶
This section is empty.
Source Files ¶
- collaboration.2.1.get_block_pod_collaborators.go
- collaboration.2.2.share_block_pod_with_collaborator.go
- collaboration.2.3.unshare_block_pod_from_collaborator.go
- collaboration.2.4.bulk_share_block_pods_with_collaborators.go
- collaboration.2.5.get_users_this_block_pod_can_be_shared_with.go
- collaboration.2.6.update_block_pod_acl.go
- collaboration.2.7.leave_block_pod.go
Click to show internal directories.
Click to hide internal directories.