config

package
v0.0.0-...-b072063 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Vars      map[string]string  `yaml:"vars"`
	Templates map[string]string  `yaml:"templates"`
	Processes map[string]Process `yaml:"processes"`
}

type Process

type Process struct {
	Template string
	Vars     map[string]string
	Tags     []string
	Compiled struct {
		Template string
		Vars     map[string]string
	}
}

func (*Process) UnmarshalYAML

func (p *Process) UnmarshalYAML(unmarshal func(interface{}) error) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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