config

package
v0.0.0-...-7a03e20 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWS

type AWS struct {
	Profile string `json:"profile"`
	Region  string `json:"region"`
	S3      S3     `json:"s3"`
}

type Config

type Config struct {
	Local  Local
	Remote Remote
}

func (Config) Hash

func (c Config) Hash() (string, error)

type Local

type Local struct {
	AWS AWS `json:"aws"`
	SSH SSH `json:"ssh"`
}

type Remote

type Remote struct {
	ConnectionString string `json:"connectionString"`
	PortToOpen       int    `json:"portToOpen"`
}

type S3

type S3 struct {
	Bucket string `json:"bucket"`
	Key    string `json:"key"`
}

type SSH

type SSH struct {
	PathToKey string `json:"pathToKey"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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