v1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 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 BuildConfig added in v0.2.0

type BuildConfig struct {
	ID              string `json:"id"`
	Dir             string `json:"dir"`
	Examples        string `json:"examples"`
	NameTemplate    string `json:"name_template"`
	RuntimeImageTar string `json:"runtime_image_tar"`
}

type Config

type Config struct {
	ProjectName string        `json:"project_name"`
	Dist        string        `json:"dist"`
	Builds      []BuildConfig `json:"builds"`
	Pushes      []PushConfig  `json:"pushes"`
}

type PushConfig added in v0.2.0

type PushConfig struct {
	ID             string   `json:"id"`
	Build          string   `json:"build"`
	ImageTemplates []string `json:"image_templates"`
}

Jump to

Keyboard shortcuts

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