Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoverageConfig ¶
type LimgoConfig ¶
type LimgoConfig struct { CoverageConfig `json:"coverage"` StatisticConfig `json:"statistic"` }
func FromJSONString ¶
func FromJSONString(r io.Reader) (LimgoConfig, error)
type StatisticConfig ¶
type StatisticConfig struct {
Excludes []string `json:"excludes"`
}
Click to show internal directories.
Click to hide internal directories.