v1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 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 Config

type Config struct {
	ProjectName string           `json:"project_name"`
	XPackages   []XPackageConfig `json:"xpackages"`
	Dist        string           `json:"dist"`
	Dockers     []DockerConfig   `json:"dockers"`
}

type DockerConfig

type DockerConfig struct {
	IDs            []string `json:"ids"`
	ImageTemplates []string `json:"image_templates"`
}

type XPackageConfig

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

Jump to

Keyboard shortcuts

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