Documentation ¶
Index ¶
- func GetKeyPodCollaborators(jwtToken string, podParam common.ResourceIdParam) (response.Pod, error)
- func GetUsersThisKeyPodCanBeSharedWith(jwtToken string, podAclParam common.SearchUsersParam) ([]response.SearchUser, error)
- func LeaveKeyPod(jwtToken string, podParam common.ResourceIdParam) error
- func ShareKeyPodWithCollaborator(jwtToken string, reqBody request.PodAclReqBody, podAclParam common.AclParam) (response.Pod, error)
- func ShareKeyPodsWithCollaborators(jwtToken string, reqBody request.PodBulkShareReqBody, ...) error
- func UnshareKeyPodWithCollaborator(jwtToken string, podAclParam common.AclParam) (response.Pod, error)
- func UpdateKeyPodAcl(jwtToken string, reqBody request.PodAclReqBody, podAclParam common.AclParam) (response.Pod, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKeyPodCollaborators ¶
func GetUsersThisKeyPodCanBeSharedWith ¶
func GetUsersThisKeyPodCanBeSharedWith( jwtToken string, podAclParam common.SearchUsersParam, ) ([]response.SearchUser, error)
func LeaveKeyPod ¶
func LeaveKeyPod(jwtToken string, podParam common.ResourceIdParam) error
func UpdateKeyPodAcl ¶
Types ¶
This section is empty.
Source Files ¶
- collaboration.3.1.get_key_pod_collaborators.go
- collaboration.3.2.share_key_pod_with_collaborator.go
- collaboration.3.3.bulk_share_key_pods_with_collaborators.go
- collaboration.3.4.unshare_key_pod_from_collaborator.go
- collaboration.3.5.get_users_this_key_pod_can_be_shared_with.go
- collaboration.3.6.update_key_pod_acl.go
- collaboration.3.7.leave_key_pod.go
Click to show internal directories.
Click to hide internal directories.