config

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base added in v1.2.0

type Base struct {
	Org  string
	Repo string
}

type Config

type Config struct {
	Base      Base
	Vars      map[string]interface{}
	Templates map[string]string
	Post      map[string]string
	Exec      map[string][]ExecConfig
}

type ExecConfig

type ExecConfig struct {
	When        string
	Template    string
	DontComment bool `yaml:"dont_comment"`
}

type ExistFile

type ExistFile func(string) bool

type Reader added in v1.1.0

type Reader struct {
	ExistFile ExistFile
}

func (Reader) FindAndRead added in v1.1.0

func (reader Reader) FindAndRead(cfgPath, wd string) (Config, error)

Jump to

Keyboard shortcuts

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