Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TLint struct { Dir string `yaml:"dir" validate:"omitempty,dirpath"` } `bson:"yaml"` Config struct { File string `yaml:"file" validate:"omitempty,file"` URL string `yaml:"url" validate:"omitempty,url"` } `yaml:"config"` GolangCILint struct { Local bool `yaml:"local"` File string `yaml:"file" validate:"omitempty,file"` URL string `yaml:"url" validate:"omitempty,url"` } `yaml:"golangci-lint"` Override map[string]any `yaml:"override"` }
Click to show internal directories.
Click to hide internal directories.