config

package
v0.0.0-...-90724d9 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	Name string
}

type Build

type Build struct {
	Type string
	With map[string]interface{}
}

type Component

type Component struct {
	Build     Build
	Test      Test
	Artifacts []Artifact
	Labels    map[string]string
	Envs      []Env
}

type Config

type Config struct {
	Config map[string]Component
}

func Load

func Load(path string) (Config, error)

type Env

type Env struct {
	Name  string
	Value string
}

type Test

type Test struct {
	Type string
	With map[string]interface{}
}

Jump to

Keyboard shortcuts

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