Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Networkdep networkDep = &networkDepImp{}
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct { Checksums map[string]string `json:"checksums"` DownloadLocation string `json:"downloadLocation"` Size int `json:"size"` }
FileInfo contains data for one SSM package
type Manifest ¶
type Manifest struct { SchemaVersion string `json:"schemaVersion"` PackageArn string `json:"packageArn"` Version string `json:"version"` // platform -> version -> arch -> file Packages map[string]map[string]map[string]*PackageInfo `json:"packages"` Files map[string]*FileInfo `json:"files"` }
Manifest contains references to all SSM packages for a given agent version
type PackageInfo ¶
type PackageInfo struct {
FileName string `json:"file"`
}
PackageInfo contains references to Files matching the current platform/version/arch
Directories ¶
Path | Synopsis |
---|---|
package archive holds the resources for the archive
|
package archive holds the resources for the archive |
Package birdwatcherarchive contains the struct that is called when the package information is stored in birdwatcher
|
Package birdwatcherarchive contains the struct that is called when the package information is stored in birdwatcher |
Package documentarchive contains the struct that is called when the package information is stored in birdwatcher
|
Package documentarchive contains the struct that is called when the package information is stored in birdwatcher |
This package returns the means of creating an object of type facade
|
This package returns the means of creating an object of type facade |
mocks
Code generated by mockery v1.0.0
|
Code generated by mockery v1.0.0 |
retryer
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument
|
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument |
Click to show internal directories.
Click to hide internal directories.