Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAccountNumber = "271828182845" DefaultRegion = "us-west-2" DefaultLambdaEndpoint = "http://localhost:9050" DefaultBasePort = 9000 DefaultDataPath = "data" DefaultImage = "bitnami/minio:2022.2.16" DefaultNetworks = "rainbow" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AccountNumber string
IsDebug bool
IsLocal bool
Region string
LambdaEndpoint string
BasePort int
Image string
Networks []string
// contains filtered or unexported fields
}
func DefaultConfig ¶
func DefaultConfig() *Config
type NetworkValue ¶
type NetworkValue struct {
// contains filtered or unexported fields
}
func (*NetworkValue) Set ¶
func (v *NetworkValue) Set(s string) error
func (*NetworkValue) String ¶
func (v *NetworkValue) String() string
Click to show internal directories.
Click to hide internal directories.