Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// LintConfig is the lint configuration.
Lint LintConfig `json:"lint" yaml:"lint" env:"EASYP_LINT"`
// Deps is the dependencies repositories
Deps []string `json:"deps" yaml:"deps" env:"EASYP_DEPS"`
}
Config is the configuration of easyp.
type Handler ¶
type Handler interface {
// Command returns a command.
Command() *cli.Command
}
Handler is an interface for a handling command.
type LintConfig ¶
type LintConfig struct {
Use []string `json:"use" yaml:"use" env:"USE"`
}
LintConfig contains linter configuration.
Click to show internal directories.
Click to hide internal directories.