config

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2020 License: MIT Imports: 4 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]PostConfig
	Exec        map[string][]ExecConfig
	SkipNoToken bool `yaml:"skip_no_token"`
	Silent      bool
}

type ExecConfig

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

type ExistFile

type ExistFile func(string) bool

type PostConfig added in v1.10.0

type PostConfig struct {
	Template           string
	TemplateForTooLong string `yaml:"template_for_too_long"`
}

func (*PostConfig) UnmarshalYAML added in v1.10.0

func (pc *PostConfig) UnmarshalYAML(unmarshal func(interface{}) error) error

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