copy

package
v0.0.0-...-b374e21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CopyObject

type CopyObject struct {
	metadata.ObjectMetadata
	metadata.CompressedObject

	Target        string      `json:"target"`
	TargetType    string      `json:"target-type"`
	TargetPath    string      `json:"target-path"`
	TargetGID     interface{} `json:"target-gid"` // can be string or int
	TargetUID     interface{} `json:"target-uid"` // can be string or int
	TargetMode    string      `json:"target-mode"`
	FSType        string      `json:"filesystem"`
	FormatOptions string      `json:"format-options,omitempty"`
	MustFormat    bool        `json:"format?,omitempty"`
	MountOptions  string      `json:"mount-options,omitempty"`
	ChunkSize     int         `json:"chunk-size,omitempty"`
}

CopyObject encapsulates the "copy" handler data and functions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL