package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Apr 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Record []Record `yaml:"category" json:"category"`
}
type Record struct {
Name string `yaml:"name" json:"name"`
Enabled bool `yaml:"enabled" json:"enabled"`
Criteria []criteria `yaml:"criteria" json:"criteria"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.