appcmds

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const FiveGibibytes = 1024 * 1024 * 1024 * 5

FiveGibibytes is the number of bytes in 5 Gibibytes. This value is important since files larger than this value need a special copy.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute executes the root command

Types

type CopyResult

type CopyResult struct {
	Key       string
	VersionId string
	ETag      string
}

CopyResult is the result of a copy action

type RunActionResultAWS

type RunActionResultAWS struct {
	Action history.FileAction
	NewObj CopyResult
	Err    error
}

RunActionResultAWS contains info about the execution of an action

type RunActionResultGCP

type RunActionResultGCP struct {
	Action gcp_history.FileAction
	NewObj *storage.ObjectAttrs
	Err    error
}

RunActionResultGCP contains info about the execution of an action

Jump to

Keyboard shortcuts

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