Documentation ¶
Index ¶
- func AddRepo(app *application.Avalanche, repoURL *url.URL, branch string) (string, error)
- func GetRepos(app *application.Avalanche) ([]string, error)
- func GetSubnets(app *application.Avalanche, repoAlias string) ([]string, error)
- func InstallVM(app *application.Avalanche, subnetKey string) error
- func LoadSubnetFile(app *application.Avalanche, subnetKey string) (types.Subnet, error)
- func LoadVMFile(app *application.Avalanche, repo, vm string) (types.VM, error)
- func MakeKey(alias, subnet string) string
- func SetupApm(app *application.Avalanche, apmBaseDir string) error
- func UpdateRepos(app *application.Avalanche) error
- type SubnetWrapper
- type VMWrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSubnets ¶
func GetSubnets(app *application.Avalanche, repoAlias string) ([]string, error)
func LoadSubnetFile ¶
func LoadVMFile ¶
func SetupApm ¶
func SetupApm(app *application.Avalanche, apmBaseDir string) error
Note, you can only call this method once per run
func UpdateRepos ¶
func UpdateRepos(app *application.Avalanche) error
Types ¶
type SubnetWrapper ¶
Click to show internal directories.
Click to hide internal directories.