cmd

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type PathVersion added in v1.2.0

type PathVersion struct {
	Path     string    `json:"path" yaml:"path"`
	Versions []Version `json:"versions" yaml:"versions"`
	Latest   string    `json:"latest" yaml:"latest"`
}

type PathVersionLocks added in v1.2.0

type PathVersionLocks struct {
	Path     string         `json:"path" yaml:"path"`
	Versions []VersionLocks `json:"versions" yaml:"versions"`
}

type PathVersionTag added in v1.2.0

type PathVersionTag struct {
	Path     string       `json:"path" yaml:"path"`
	Versions []VersionTag `json:"versions" yaml:"versions"`
}

type SizeSpec

type SizeSpec struct {
	Path  string
	Count uint64
	Size  uint64
}

type Version added in v1.2.0

type Version struct {
	VersionId    string    `json:"version_id" yaml:"version_id"`
	LastModified time.Time `json:"last_modified" yaml:"last_modified"`
	Latest       bool      `json:"latest" yaml:"latest"`
}

type VersionLocks added in v1.2.0

type VersionLocks struct {
	Version             `json:"version" yaml:"version"`
	LegalHold           bool       `yaml:"legal_hold" json:"legal_hold"`
	GovernanceRetention *time.Time `yaml:"governance_retention" json:"governance_retention"`
	ComplianceRetention *time.Time `yaml:"compliance_retention" json:"compliance_retention"`
}

type VersionTag added in v1.2.0

type VersionTag struct {
	Version `json:"version" yaml:"version"`
	Tag     []string `json:"tag" yaml:"tag"`
}

Jump to

Keyboard shortcuts

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