Documentation ¶ Index ¶ func AvailableProviders() []types.Provider type Carbon func New(options Options) *Carbon func (c *Carbon) FindVMByID(id string) types.VM func (c *Carbon) GetVMs() []types.VM func (c *Carbon) Platforms() []types.Platform func (c *Carbon) Providers() []types.Provider type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AvailableProviders ¶ func AvailableProviders() []types.Provider Types ¶ type Carbon ¶ type Carbon struct { // contains filtered or unexported fields } func New ¶ func New(options Options) *Carbon func (*Carbon) FindVMByID ¶ func (c *Carbon) FindVMByID(id string) types.VM func (*Carbon) GetVMs ¶ func (c *Carbon) GetVMs() []types.VM func (*Carbon) Platforms ¶ func (c *Carbon) Platforms() []types.Platform func (*Carbon) Providers ¶ func (c *Carbon) Providers() []types.Provider type Options ¶ type Options struct { Providers []string Platforms []string Environments []string } Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.