model

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manifest

type Manifest struct {
	Name        string         `yaml:"name"`
	CustomSpecs string         `yaml:"custom_specs"`
	Tools       []ManifestTool `yaml:"tools"`
}

type ManifestTool

type ManifestTool struct {
	Name   string            `yaml:"name"`
	Flavor *string           `yaml:"flavor"`
	Checks map[string]string `yaml:"checks"`
}

func (ManifestTool) IsFlavoredCheck

func (mt ManifestTool) IsFlavoredCheck() bool

type VersionParser

type VersionParser struct {
	Type        string
	Regexp      *string
	CodeSnippet *string
}

Jump to

Keyboard shortcuts

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