configuration

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2018 License: MIT Imports: 5 Imported by: 5

Documentation

Index

Constants

View Source
const DefaultConfigFileName = "netlify.toml"

Variables

This section is empty.

Functions

func Exist added in v0.1.0

func Exist(configFile string) bool

func Save

func Save(configFile string, conf *Configuration) error

Types

type Configuration

type Configuration struct {
	Settings Settings
	Build    Context
	// contains filtered or unexported fields
}

func Load

func Load(configFile string) (*Configuration, error)

func (Configuration) Root added in v0.0.2

func (c Configuration) Root() string

type Context added in v0.3.0

type Context struct {
	Publish   string
	Functions string
}

type Settings

type Settings struct {
	ID   string
	Path string `toml:"path,omitempty"`
}

Jump to

Keyboard shortcuts

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