Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scripts ¶
type Scripts struct { // UpdateInterval value for update scripts, ms UpdateInterval int `json:"updateInterval" yaml:"updateInterval" hcl:"updateInterval,optional"` // Folder script sources configs Folder []folder.Folder `json:"folder" yaml:"folder" hcl:"folder,block"` // File script sources configs File []file.File `json:"file" yaml:"file" hcl:"file,block"` // Postgres script sources configs Postgres []postgres.Postgres `json:"postgres" yaml:"postgres" hcl:"postgres,block"` }
Scripts config
Click to show internal directories.
Click to hide internal directories.