common

package
v0.27.4 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ErrCode added in v0.9.0

func ErrCode(msg string, err error) error

ErrCode converts ec2 errors to apierror errors TODO fill out with EC2 standard error types

Types

type Account

type Account struct {
	Endpoint   string
	ExternalID string
	Akid       string
	Secret     string
	Region     string
	Role       string
}

Account is the configuration for an individual account

type Config

type Config struct {
	AccountsMap   map[string]string
	ProxyBackend  *ProxyBackend
	ListenAddress string
	Account       Account
	Token         string
	LogLevel      string
	Version       Version
	Org           string
}

Config is representation of the configuration data

func ReadConfig

func ReadConfig(r io.Reader) (Config, error)

ReadConfig decodes the configuration from an io Reader

type ProxyBackend

type ProxyBackend struct {
	BaseUrl       string
	Token         string
	BackendPrefix string
}

type Version

type Version struct {
	Version    string
	BuildStamp string
	GitHash    string
}

Version carries around the API version information

Jump to

Keyboard shortcuts

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