specification

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Artifact BuildArtifact `yaml:"artifact"`
}

type BuildArtifact

type BuildArtifact struct {
	Name    string   `yaml:"name"`
	Command []string `yaml:"command"`
}

type Checksum

type Checksum struct {
	Exclude []string `yaml:"exclude"`
}

type Spec

type Spec struct {
	Checksum Checksum `yaml:"checksum"`
	Build    Build    `yaml:"build"`
}

func Load

func Load(specPath string) (*Spec, error)

Jump to

Keyboard shortcuts

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