versions

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2017 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Overview

Library for parsing versions.yaml file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Package

type Package struct {
	Version string
	Major   string
	Gpg     string
	Sha1    string
	Sha256  string
	Md5     string
}

type Spec

type Spec struct {
	Versions []Version
}

func LoadVersions

func LoadVersions(path string) Spec

type Version

type Version struct {
	Dir          string
	Repo         string
	Tags         []string
	From         string
	Cmd          string
	Packages     map[string]Package
	ExcludeTests []string `yaml:"excludeTests"`
}

Jump to

Keyboard shortcuts

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