config

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2018 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

View Source
const (
	SymlinkBuilder = "symlink"
	CopyBuilder    = "copy"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Build ConfigBuild `toml:"build"`
	Get   ConfigGet   `toml:"get"`
}

func Read

func Read() (*Config, error)

type ConfigBuild

type ConfigBuild struct {
	Strategy string `toml:"strategy"`
}

type ConfigGet

type ConfigGet struct {
	CreateSkeletonPlugconf *bool `toml:"create_skeleton_plugconf"`
}

Jump to

Keyboard shortcuts

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