package
Version:
v0.0.0-...-7a03e20
Opens a new window with list of versions in this module.
Published: Jul 23, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AWS struct {
Profile string `json:"profile"`
Region string `json:"region"`
S3 S3 `json:"s3"`
}
type Local struct {
AWS AWS `json:"aws"`
SSH SSH `json:"ssh"`
}
type Remote struct {
ConnectionString string `json:"connectionString"`
PortToOpen int `json:"portToOpen"`
}
type S3 struct {
Bucket string `json:"bucket"`
Key string `json:"key"`
}
type SSH struct {
PathToKey string `json:"pathToKey"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.