types

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: AGPL-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 Bundle added in v0.1.1

type Bundle struct {
	Name    string `yaml:"name"`
	Path    string `yaml:"path"`
	Version string `yaml:"version"`
}

type Flavor

type Flavor struct {
	Name              string `yaml:"name"`
	Version           string `yaml:"version"`
	PublishBundle     bool   `yaml:"publishBundle,omitempty,default=false"`
	PublishPackageUrl string `yaml:"publishPackageUrl"`
	PublishBundleUrl  string `yaml:"publishBundleUrl,omitempty"`
}

type Package added in v0.0.13

type Package struct {
	Name    string   `yaml:"name"`
	Path    string   `yaml:"path"`
	Flavors []Flavor `yaml:"flavors"`
}

type ReleaseConfig

type ReleaseConfig struct {
	Flavors  []Flavor  `yaml:"flavors"`
	Packages []Package `yaml:"packages,omitempty"`
	Bundles  []Bundle  `yaml:"bundles,omitempty"`
}

func (ReleaseConfig) VerifyReleaseConfig added in v0.0.14

func (config ReleaseConfig) VerifyReleaseConfig() error

Jump to

Keyboard shortcuts

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