scripts

package
v0.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: MIT Imports: 5 Imported by: 0

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

func (Scripts) Validate

func (cfg Scripts) Validate() error

Validate config

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL