Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HlnRepoURL is official repo. HlnRepoURL = "https://stack.h8r.io" // MetaFileName is the name of metadata file. MetaFileName = "metadata.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶ added in v0.3.6
type Metadata struct { Name string `json:"name"` Version string `json:"version"` OwnerRef Owner `json:"owner"` Description string `json:"description"` Icon string `json:"icon"` URL string `json:"url"` Tags []*Tag `json:"tags"` }
Metadata of the schema.
Click to show internal directories.
Click to hide internal directories.