Documentation
¶
Index ¶
Constants ¶
View Source
const PackageConfigFileName = "go-mono-pkg.yaml"
View Source
const RepoConfigFileName = "go-mono.yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildTarget ¶
type GHA ¶
type GHA struct {
Targets []BuildTarget `yaml:"targets"`
}
type PackageConfig ¶
type PackageConfig struct {
ExtraDependencies []string `yaml:"extraDependencies,omitempty"`
}
func ReadPackageConfig ¶
func ReadPackageConfig(path string) (*PackageConfig, error)
type RepoConfig ¶
type RepoConfig struct {
GHA `yaml:"gha"`
}
func ReadRepoConfig ¶
func ReadRepoConfig(path string) (*RepoConfig, error)
Click to show internal directories.
Click to hide internal directories.