project

package
v0.0.0-...-94af125 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Project Project `json:"project" yaml:"project"`
}

Metadata is the structure for project metadata Every project should have a file, usually called project.yaml that contains such metadata.

func ReadMetadataFile

func ReadMetadataFile(path string) (*Metadata, error)

type Project

type Project struct {
	Tag         string `json:"tag" yaml:"tag"`
	ImagePrefix string `json:"imagePrefix" yaml:"imagePrefix"`
}

Jump to

Keyboard shortcuts

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