Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithDeleteAllVersions ¶
func WithDeleteAllVersions() options.DeleteOption
WithDeleteAllVersions returns DeleteAllVersions implementation of delete.DeleteOption
Types ¶
type DeleteAllVersions ¶
type DeleteAllVersions struct{}
DeleteAllVersions represents the DeleteOption that is used to remove all versions of files when deleted. This will remove all versions of files for the filesystems that support file versioning.
func (DeleteAllVersions) DeleteOptionName ¶
func (w DeleteAllVersions) DeleteOptionName() string
DeleteOptionName returns the name of DeleteAllVersions option
Click to show internal directories.
Click to hide internal directories.