Versions in this module Expand all Collapse all v0 v0.8.1 Feb 26, 2024 Changes in this version + func NewProvider(config *Config) (provider.Provider, error) + type Config struct + ApiKey string + ImageID string + Memory float64 + NetworkID string + ProcessorType string + Processors float64 + SSHKey string + ServiceInstanceID string + SystemType string + UsePublicIP bool + Zone string + func (c Config) Redact() Config + type Manager struct + func (_ *Manager) GetConfig() (config *Config) + func (_ *Manager) LoadEnv() + func (_ *Manager) NewProvider() (provider.Provider, error) + func (_ *Manager) ParseCmd(flags *flag.FlagSet)