config

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   = "undefined"
	GitRev    = "undefined"
	GitBranch = "undefined"
	BuildDate = "undefined"
)

Populated during build, don't touch!

Functions

This section is empty.

Types

type Config

type Config struct {
	SrcPrj *project `yaml:"from"`
	DstPrj *project `yaml:"to"`
}

Config contains the configuration related to source and target projects.

func Parse

func Parse(r io.Reader) (*Config, error)

Parse reads YAML data and returns a config suitable for later processing.

Jump to

Keyboard shortcuts

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