config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Port         int64    `yaml:"port"`
	CacheDir     string   `yaml:"cacheDir"`
	DisableCache bool     `yaml:"disableCache"`
	ProjectPath  string   `yaml:"projectPath"`
	Exclude      []string `yaml:"exclude"`
	Groups       []Group  `yaml:"groups"`
	Extensions   []string `yaml:"extensions"`
}

func OpenConfig

func OpenConfig(path string) (*Config, error, error)

func (*Config) ToCliArgs

func (c *Config) ToCliArgs() []string

type Group

type Group struct {
	Name      string
	Namespace string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL