Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2021 Changes in this version + const BaseUrlKey + const TokenKey + const WorkingDirKey + type ConfigValidator interface + Struct func(s interface{}) error + type Configuration struct + BaseURL string + Token string + WorkingDir string + func New(base, token, workingDir string) *Configuration + func (c *Configuration) ToMap() map[string]interface{} + func (c *Configuration) Validate(validator ConfigValidator) error