Documentation ¶
Index ¶
- type AbortDocumentVersionUploadFuture
- type ActivateUserFuture
- type AddResourcePermissionsFuture
- type Client
- type CreateCommentFuture
- type CreateCustomMetadataFuture
- type CreateFolderFuture
- type CreateLabelsFuture
- type CreateNotificationSubscriptionFuture
- type CreateUserFuture
- type DeactivateUserFuture
- type DeleteCommentFuture
- type DeleteCustomMetadataFuture
- type DeleteDocumentFuture
- type DeleteFolderContentsFuture
- type DeleteFolderFuture
- type DeleteLabelsFuture
- type DeleteNotificationSubscriptionFuture
- type DeleteUserFuture
- type DescribeActivitiesFuture
- type DescribeCommentsFuture
- type DescribeDocumentVersionsFuture
- type DescribeFolderContentsFuture
- type DescribeGroupsFuture
- type DescribeNotificationSubscriptionsFuture
- type DescribeResourcePermissionsFuture
- type DescribeRootFoldersFuture
- type DescribeUsersFuture
- type GetCurrentUserFuture
- type GetDocumentFuture
- type GetDocumentPathFuture
- type GetDocumentVersionFuture
- type GetFolderFuture
- type GetFolderPathFuture
- type GetResourcesFuture
- type InitiateDocumentVersionUploadFuture
- type RemoveAllResourcePermissionsFuture
- type RemoveResourcePermissionFuture
- type UpdateDocumentFuture
- type UpdateDocumentVersionFuture
- type UpdateFolderFuture
- type UpdateUserFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortDocumentVersionUploadFuture ¶
type AbortDocumentVersionUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AbortDocumentVersionUploadFuture) Get ¶
func (r *AbortDocumentVersionUploadFuture) Get(ctx workflow.Context) (*workdocs.AbortDocumentVersionUploadOutput, error)
type ActivateUserFuture ¶
func (*ActivateUserFuture) Get ¶
func (r *ActivateUserFuture) Get(ctx workflow.Context) (*workdocs.ActivateUserOutput, error)
type AddResourcePermissionsFuture ¶
type AddResourcePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddResourcePermissionsFuture) Get ¶
func (r *AddResourcePermissionsFuture) Get(ctx workflow.Context) (*workdocs.AddResourcePermissionsOutput, error)
type Client ¶
type Client interface { AbortDocumentVersionUpload(ctx workflow.Context, input *workdocs.AbortDocumentVersionUploadInput) (*workdocs.AbortDocumentVersionUploadOutput, error) AbortDocumentVersionUploadAsync(ctx workflow.Context, input *workdocs.AbortDocumentVersionUploadInput) *AbortDocumentVersionUploadFuture ActivateUser(ctx workflow.Context, input *workdocs.ActivateUserInput) (*workdocs.ActivateUserOutput, error) ActivateUserAsync(ctx workflow.Context, input *workdocs.ActivateUserInput) *ActivateUserFuture AddResourcePermissions(ctx workflow.Context, input *workdocs.AddResourcePermissionsInput) (*workdocs.AddResourcePermissionsOutput, error) AddResourcePermissionsAsync(ctx workflow.Context, input *workdocs.AddResourcePermissionsInput) *AddResourcePermissionsFuture CreateComment(ctx workflow.Context, input *workdocs.CreateCommentInput) (*workdocs.CreateCommentOutput, error) CreateCommentAsync(ctx workflow.Context, input *workdocs.CreateCommentInput) *CreateCommentFuture CreateCustomMetadata(ctx workflow.Context, input *workdocs.CreateCustomMetadataInput) (*workdocs.CreateCustomMetadataOutput, error) CreateCustomMetadataAsync(ctx workflow.Context, input *workdocs.CreateCustomMetadataInput) *CreateCustomMetadataFuture CreateFolder(ctx workflow.Context, input *workdocs.CreateFolderInput) (*workdocs.CreateFolderOutput, error) CreateFolderAsync(ctx workflow.Context, input *workdocs.CreateFolderInput) *CreateFolderFuture CreateLabels(ctx workflow.Context, input *workdocs.CreateLabelsInput) (*workdocs.CreateLabelsOutput, error) CreateLabelsAsync(ctx workflow.Context, input *workdocs.CreateLabelsInput) *CreateLabelsFuture CreateNotificationSubscription(ctx workflow.Context, input *workdocs.CreateNotificationSubscriptionInput) (*workdocs.CreateNotificationSubscriptionOutput, error) CreateNotificationSubscriptionAsync(ctx workflow.Context, input *workdocs.CreateNotificationSubscriptionInput) *CreateNotificationSubscriptionFuture CreateUser(ctx workflow.Context, input *workdocs.CreateUserInput) (*workdocs.CreateUserOutput, error) CreateUserAsync(ctx workflow.Context, input *workdocs.CreateUserInput) *CreateUserFuture DeactivateUser(ctx workflow.Context, input *workdocs.DeactivateUserInput) (*workdocs.DeactivateUserOutput, error) DeactivateUserAsync(ctx workflow.Context, input *workdocs.DeactivateUserInput) *DeactivateUserFuture DeleteComment(ctx workflow.Context, input *workdocs.DeleteCommentInput) (*workdocs.DeleteCommentOutput, error) DeleteCommentAsync(ctx workflow.Context, input *workdocs.DeleteCommentInput) *DeleteCommentFuture DeleteCustomMetadata(ctx workflow.Context, input *workdocs.DeleteCustomMetadataInput) (*workdocs.DeleteCustomMetadataOutput, error) DeleteCustomMetadataAsync(ctx workflow.Context, input *workdocs.DeleteCustomMetadataInput) *DeleteCustomMetadataFuture DeleteDocument(ctx workflow.Context, input *workdocs.DeleteDocumentInput) (*workdocs.DeleteDocumentOutput, error) DeleteDocumentAsync(ctx workflow.Context, input *workdocs.DeleteDocumentInput) *DeleteDocumentFuture DeleteFolder(ctx workflow.Context, input *workdocs.DeleteFolderInput) (*workdocs.DeleteFolderOutput, error) DeleteFolderAsync(ctx workflow.Context, input *workdocs.DeleteFolderInput) *DeleteFolderFuture DeleteFolderContents(ctx workflow.Context, input *workdocs.DeleteFolderContentsInput) (*workdocs.DeleteFolderContentsOutput, error) DeleteFolderContentsAsync(ctx workflow.Context, input *workdocs.DeleteFolderContentsInput) *DeleteFolderContentsFuture DeleteLabels(ctx workflow.Context, input *workdocs.DeleteLabelsInput) (*workdocs.DeleteLabelsOutput, error) DeleteLabelsAsync(ctx workflow.Context, input *workdocs.DeleteLabelsInput) *DeleteLabelsFuture DeleteNotificationSubscription(ctx workflow.Context, input *workdocs.DeleteNotificationSubscriptionInput) (*workdocs.DeleteNotificationSubscriptionOutput, error) DeleteNotificationSubscriptionAsync(ctx workflow.Context, input *workdocs.DeleteNotificationSubscriptionInput) *DeleteNotificationSubscriptionFuture DeleteUser(ctx workflow.Context, input *workdocs.DeleteUserInput) (*workdocs.DeleteUserOutput, error) DeleteUserAsync(ctx workflow.Context, input *workdocs.DeleteUserInput) *DeleteUserFuture DescribeActivities(ctx workflow.Context, input *workdocs.DescribeActivitiesInput) (*workdocs.DescribeActivitiesOutput, error) DescribeActivitiesAsync(ctx workflow.Context, input *workdocs.DescribeActivitiesInput) *DescribeActivitiesFuture DescribeComments(ctx workflow.Context, input *workdocs.DescribeCommentsInput) (*workdocs.DescribeCommentsOutput, error) DescribeCommentsAsync(ctx workflow.Context, input *workdocs.DescribeCommentsInput) *DescribeCommentsFuture DescribeDocumentVersions(ctx workflow.Context, input *workdocs.DescribeDocumentVersionsInput) (*workdocs.DescribeDocumentVersionsOutput, error) DescribeDocumentVersionsAsync(ctx workflow.Context, input *workdocs.DescribeDocumentVersionsInput) *DescribeDocumentVersionsFuture DescribeFolderContents(ctx workflow.Context, input *workdocs.DescribeFolderContentsInput) (*workdocs.DescribeFolderContentsOutput, error) DescribeFolderContentsAsync(ctx workflow.Context, input *workdocs.DescribeFolderContentsInput) *DescribeFolderContentsFuture DescribeGroups(ctx workflow.Context, input *workdocs.DescribeGroupsInput) (*workdocs.DescribeGroupsOutput, error) DescribeGroupsAsync(ctx workflow.Context, input *workdocs.DescribeGroupsInput) *DescribeGroupsFuture DescribeNotificationSubscriptions(ctx workflow.Context, input *workdocs.DescribeNotificationSubscriptionsInput) (*workdocs.DescribeNotificationSubscriptionsOutput, error) DescribeNotificationSubscriptionsAsync(ctx workflow.Context, input *workdocs.DescribeNotificationSubscriptionsInput) *DescribeNotificationSubscriptionsFuture DescribeResourcePermissions(ctx workflow.Context, input *workdocs.DescribeResourcePermissionsInput) (*workdocs.DescribeResourcePermissionsOutput, error) DescribeResourcePermissionsAsync(ctx workflow.Context, input *workdocs.DescribeResourcePermissionsInput) *DescribeResourcePermissionsFuture DescribeRootFolders(ctx workflow.Context, input *workdocs.DescribeRootFoldersInput) (*workdocs.DescribeRootFoldersOutput, error) DescribeRootFoldersAsync(ctx workflow.Context, input *workdocs.DescribeRootFoldersInput) *DescribeRootFoldersFuture DescribeUsers(ctx workflow.Context, input *workdocs.DescribeUsersInput) (*workdocs.DescribeUsersOutput, error) DescribeUsersAsync(ctx workflow.Context, input *workdocs.DescribeUsersInput) *DescribeUsersFuture GetCurrentUser(ctx workflow.Context, input *workdocs.GetCurrentUserInput) (*workdocs.GetCurrentUserOutput, error) GetCurrentUserAsync(ctx workflow.Context, input *workdocs.GetCurrentUserInput) *GetCurrentUserFuture GetDocument(ctx workflow.Context, input *workdocs.GetDocumentInput) (*workdocs.GetDocumentOutput, error) GetDocumentAsync(ctx workflow.Context, input *workdocs.GetDocumentInput) *GetDocumentFuture GetDocumentPath(ctx workflow.Context, input *workdocs.GetDocumentPathInput) (*workdocs.GetDocumentPathOutput, error) GetDocumentPathAsync(ctx workflow.Context, input *workdocs.GetDocumentPathInput) *GetDocumentPathFuture GetDocumentVersion(ctx workflow.Context, input *workdocs.GetDocumentVersionInput) (*workdocs.GetDocumentVersionOutput, error) GetDocumentVersionAsync(ctx workflow.Context, input *workdocs.GetDocumentVersionInput) *GetDocumentVersionFuture GetFolder(ctx workflow.Context, input *workdocs.GetFolderInput) (*workdocs.GetFolderOutput, error) GetFolderAsync(ctx workflow.Context, input *workdocs.GetFolderInput) *GetFolderFuture GetFolderPath(ctx workflow.Context, input *workdocs.GetFolderPathInput) (*workdocs.GetFolderPathOutput, error) GetFolderPathAsync(ctx workflow.Context, input *workdocs.GetFolderPathInput) *GetFolderPathFuture GetResources(ctx workflow.Context, input *workdocs.GetResourcesInput) (*workdocs.GetResourcesOutput, error) GetResourcesAsync(ctx workflow.Context, input *workdocs.GetResourcesInput) *GetResourcesFuture InitiateDocumentVersionUpload(ctx workflow.Context, input *workdocs.InitiateDocumentVersionUploadInput) (*workdocs.InitiateDocumentVersionUploadOutput, error) InitiateDocumentVersionUploadAsync(ctx workflow.Context, input *workdocs.InitiateDocumentVersionUploadInput) *InitiateDocumentVersionUploadFuture RemoveAllResourcePermissions(ctx workflow.Context, input *workdocs.RemoveAllResourcePermissionsInput) (*workdocs.RemoveAllResourcePermissionsOutput, error) RemoveAllResourcePermissionsAsync(ctx workflow.Context, input *workdocs.RemoveAllResourcePermissionsInput) *RemoveAllResourcePermissionsFuture RemoveResourcePermission(ctx workflow.Context, input *workdocs.RemoveResourcePermissionInput) (*workdocs.RemoveResourcePermissionOutput, error) RemoveResourcePermissionAsync(ctx workflow.Context, input *workdocs.RemoveResourcePermissionInput) *RemoveResourcePermissionFuture UpdateDocument(ctx workflow.Context, input *workdocs.UpdateDocumentInput) (*workdocs.UpdateDocumentOutput, error) UpdateDocumentAsync(ctx workflow.Context, input *workdocs.UpdateDocumentInput) *UpdateDocumentFuture UpdateDocumentVersion(ctx workflow.Context, input *workdocs.UpdateDocumentVersionInput) (*workdocs.UpdateDocumentVersionOutput, error) UpdateDocumentVersionAsync(ctx workflow.Context, input *workdocs.UpdateDocumentVersionInput) *UpdateDocumentVersionFuture UpdateFolder(ctx workflow.Context, input *workdocs.UpdateFolderInput) (*workdocs.UpdateFolderOutput, error) UpdateFolderAsync(ctx workflow.Context, input *workdocs.UpdateFolderInput) *UpdateFolderFuture UpdateUser(ctx workflow.Context, input *workdocs.UpdateUserInput) (*workdocs.UpdateUserOutput, error) UpdateUserAsync(ctx workflow.Context, input *workdocs.UpdateUserInput) *UpdateUserFuture }
type CreateCommentFuture ¶
func (*CreateCommentFuture) Get ¶
func (r *CreateCommentFuture) Get(ctx workflow.Context) (*workdocs.CreateCommentOutput, error)
type CreateCustomMetadataFuture ¶
type CreateCustomMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCustomMetadataFuture) Get ¶
func (r *CreateCustomMetadataFuture) Get(ctx workflow.Context) (*workdocs.CreateCustomMetadataOutput, error)
type CreateFolderFuture ¶
func (*CreateFolderFuture) Get ¶
func (r *CreateFolderFuture) Get(ctx workflow.Context) (*workdocs.CreateFolderOutput, error)
type CreateLabelsFuture ¶
func (*CreateLabelsFuture) Get ¶
func (r *CreateLabelsFuture) Get(ctx workflow.Context) (*workdocs.CreateLabelsOutput, error)
type CreateNotificationSubscriptionFuture ¶
type CreateNotificationSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateNotificationSubscriptionFuture) Get ¶
func (r *CreateNotificationSubscriptionFuture) Get(ctx workflow.Context) (*workdocs.CreateNotificationSubscriptionOutput, error)
type CreateUserFuture ¶
func (*CreateUserFuture) Get ¶
func (r *CreateUserFuture) Get(ctx workflow.Context) (*workdocs.CreateUserOutput, error)
type DeactivateUserFuture ¶
func (*DeactivateUserFuture) Get ¶
func (r *DeactivateUserFuture) Get(ctx workflow.Context) (*workdocs.DeactivateUserOutput, error)
type DeleteCommentFuture ¶
func (*DeleteCommentFuture) Get ¶
func (r *DeleteCommentFuture) Get(ctx workflow.Context) (*workdocs.DeleteCommentOutput, error)
type DeleteCustomMetadataFuture ¶
type DeleteCustomMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCustomMetadataFuture) Get ¶
func (r *DeleteCustomMetadataFuture) Get(ctx workflow.Context) (*workdocs.DeleteCustomMetadataOutput, error)
type DeleteDocumentFuture ¶
func (*DeleteDocumentFuture) Get ¶
func (r *DeleteDocumentFuture) Get(ctx workflow.Context) (*workdocs.DeleteDocumentOutput, error)
type DeleteFolderContentsFuture ¶
type DeleteFolderContentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFolderContentsFuture) Get ¶
func (r *DeleteFolderContentsFuture) Get(ctx workflow.Context) (*workdocs.DeleteFolderContentsOutput, error)
type DeleteFolderFuture ¶
func (*DeleteFolderFuture) Get ¶
func (r *DeleteFolderFuture) Get(ctx workflow.Context) (*workdocs.DeleteFolderOutput, error)
type DeleteLabelsFuture ¶
func (*DeleteLabelsFuture) Get ¶
func (r *DeleteLabelsFuture) Get(ctx workflow.Context) (*workdocs.DeleteLabelsOutput, error)
type DeleteNotificationSubscriptionFuture ¶
type DeleteNotificationSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNotificationSubscriptionFuture) Get ¶
func (r *DeleteNotificationSubscriptionFuture) Get(ctx workflow.Context) (*workdocs.DeleteNotificationSubscriptionOutput, error)
type DeleteUserFuture ¶
func (*DeleteUserFuture) Get ¶
func (r *DeleteUserFuture) Get(ctx workflow.Context) (*workdocs.DeleteUserOutput, error)
type DescribeActivitiesFuture ¶
type DescribeActivitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeActivitiesFuture) Get ¶
func (r *DescribeActivitiesFuture) Get(ctx workflow.Context) (*workdocs.DescribeActivitiesOutput, error)
type DescribeCommentsFuture ¶
type DescribeCommentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCommentsFuture) Get ¶
func (r *DescribeCommentsFuture) Get(ctx workflow.Context) (*workdocs.DescribeCommentsOutput, error)
type DescribeDocumentVersionsFuture ¶
type DescribeDocumentVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDocumentVersionsFuture) Get ¶
func (r *DescribeDocumentVersionsFuture) Get(ctx workflow.Context) (*workdocs.DescribeDocumentVersionsOutput, error)
type DescribeFolderContentsFuture ¶
type DescribeFolderContentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFolderContentsFuture) Get ¶
func (r *DescribeFolderContentsFuture) Get(ctx workflow.Context) (*workdocs.DescribeFolderContentsOutput, error)
type DescribeGroupsFuture ¶
func (*DescribeGroupsFuture) Get ¶
func (r *DescribeGroupsFuture) Get(ctx workflow.Context) (*workdocs.DescribeGroupsOutput, error)
type DescribeNotificationSubscriptionsFuture ¶
type DescribeNotificationSubscriptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeNotificationSubscriptionsFuture) Get ¶
func (r *DescribeNotificationSubscriptionsFuture) Get(ctx workflow.Context) (*workdocs.DescribeNotificationSubscriptionsOutput, error)
type DescribeResourcePermissionsFuture ¶
type DescribeResourcePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeResourcePermissionsFuture) Get ¶
func (r *DescribeResourcePermissionsFuture) Get(ctx workflow.Context) (*workdocs.DescribeResourcePermissionsOutput, error)
type DescribeRootFoldersFuture ¶
type DescribeRootFoldersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRootFoldersFuture) Get ¶
func (r *DescribeRootFoldersFuture) Get(ctx workflow.Context) (*workdocs.DescribeRootFoldersOutput, error)
type DescribeUsersFuture ¶
func (*DescribeUsersFuture) Get ¶
func (r *DescribeUsersFuture) Get(ctx workflow.Context) (*workdocs.DescribeUsersOutput, error)
type GetCurrentUserFuture ¶
func (*GetCurrentUserFuture) Get ¶
func (r *GetCurrentUserFuture) Get(ctx workflow.Context) (*workdocs.GetCurrentUserOutput, error)
type GetDocumentFuture ¶
func (*GetDocumentFuture) Get ¶
func (r *GetDocumentFuture) Get(ctx workflow.Context) (*workdocs.GetDocumentOutput, error)
type GetDocumentPathFuture ¶
type GetDocumentPathFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentPathFuture) Get ¶
func (r *GetDocumentPathFuture) Get(ctx workflow.Context) (*workdocs.GetDocumentPathOutput, error)
type GetDocumentVersionFuture ¶
type GetDocumentVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentVersionFuture) Get ¶
func (r *GetDocumentVersionFuture) Get(ctx workflow.Context) (*workdocs.GetDocumentVersionOutput, error)
type GetFolderFuture ¶
func (*GetFolderFuture) Get ¶
func (r *GetFolderFuture) Get(ctx workflow.Context) (*workdocs.GetFolderOutput, error)
type GetFolderPathFuture ¶
func (*GetFolderPathFuture) Get ¶
func (r *GetFolderPathFuture) Get(ctx workflow.Context) (*workdocs.GetFolderPathOutput, error)
type GetResourcesFuture ¶
func (*GetResourcesFuture) Get ¶
func (r *GetResourcesFuture) Get(ctx workflow.Context) (*workdocs.GetResourcesOutput, error)
type InitiateDocumentVersionUploadFuture ¶
type InitiateDocumentVersionUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InitiateDocumentVersionUploadFuture) Get ¶
func (r *InitiateDocumentVersionUploadFuture) Get(ctx workflow.Context) (*workdocs.InitiateDocumentVersionUploadOutput, error)
type RemoveAllResourcePermissionsFuture ¶
type RemoveAllResourcePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveAllResourcePermissionsFuture) Get ¶
func (r *RemoveAllResourcePermissionsFuture) Get(ctx workflow.Context) (*workdocs.RemoveAllResourcePermissionsOutput, error)
type RemoveResourcePermissionFuture ¶
type RemoveResourcePermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveResourcePermissionFuture) Get ¶
func (r *RemoveResourcePermissionFuture) Get(ctx workflow.Context) (*workdocs.RemoveResourcePermissionOutput, error)
type UpdateDocumentFuture ¶
func (*UpdateDocumentFuture) Get ¶
func (r *UpdateDocumentFuture) Get(ctx workflow.Context) (*workdocs.UpdateDocumentOutput, error)
type UpdateDocumentVersionFuture ¶
type UpdateDocumentVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDocumentVersionFuture) Get ¶
func (r *UpdateDocumentVersionFuture) Get(ctx workflow.Context) (*workdocs.UpdateDocumentVersionOutput, error)
type UpdateFolderFuture ¶
func (*UpdateFolderFuture) Get ¶
func (r *UpdateFolderFuture) Get(ctx workflow.Context) (*workdocs.UpdateFolderOutput, error)
type UpdateUserFuture ¶
func (*UpdateUserFuture) Get ¶
func (r *UpdateUserFuture) Get(ctx workflow.Context) (*workdocs.UpdateUserOutput, error)
Click to show internal directories.
Click to hide internal directories.