rhtap

package module
v0.0.0-...-8886f2b Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtraDevfileEntries

type ExtraDevfileEntries struct {
	SchemaVersion string        `yaml:"schemaVersion"`
	Samples       []SampleEntry `yaml:"samples"`
}

func LoadExtraDevfileEntries

func LoadExtraDevfileEntries(configPath string) (ExtraDevfileEntries, error)

type Git

type Git struct {
	Remotes Remotes `yaml:"remotes"`
}

type Remotes

type Remotes struct {
	Origin string `yaml:"origin"`
}

type SampleEntry

type SampleEntry struct {
	Name        string    `yaml:"name"`
	DisplayName string    `yaml:"displayName"`
	Language    string    `yaml:"language"`
	ProjectType string    `yaml:"projectType"`
	Versions    []Version `yaml:"versions"`
}

type Version

type Version struct {
	Default bool `yaml:"default"`
	Git     Git  `yaml:"git"`
}

Jump to

Keyboard shortcuts

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