Documentation
¶
Index ¶
Constants ¶
View Source
const (
CONFIG_FILENAME = "contingency.json"
)
Variables ¶
View Source
var ( DIR = commons.WORKING_DIR CONFIG_DIR = filepath.Join(DIR, commons.CONFIG_FOLDER_NAME) CONFIG_LOC = filepath.Join(CONFIG_DIR, CONFIG_FILENAME) )
Functions ¶
func Load ¶
func Load() (*secretCommons.Secret, error)
Load, parse and return the available account config.
func Save ¶
func Save(config *secretCommons.Secret) error
Save the provided config in its default location in the root.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.