package
Version:
v0.0.0-...-c4a5124
Opens a new window with list of versions in this module.
Published: May 26, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Provider Provider `yaml:"provider"`
Environment []string `yaml:"environment"`
}
type Provider struct {
Name string `yaml:"name"`
Token string `yaml:"token"`
Address string `yaml:"address"`
AccessKey string `yaml:"access_key"`
SecretKey string `yaml:"secret_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.