Searched defs:Config (Results 1 – 4 of 4) sorted by relevance
26 type Config struct { struct27 DefaultCodebase string28 Codebases map[string]string //key: name, value: path29 Workspaces map[string]string //key: name, value: codebase33 func (c *Config) Read(input io.Reader) error {42 func (c Config) Write(output io.Writer) error {51 func (c *Config) ReadConfigFromFile(filePath string) error {65 func (c Config) WriteConfigToFile(filePath string) error {75 func (c Config) Copy() Config {90 func (c *Config) Reset() {
24 class Config(enum.Enum): class
175 message Config { message
351 class Config: class