Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtensionType ¶
type ExtensionType string
const ( ExtensionTypeLocal ExtensionType = "local" ExtensionTypeGit ExtensionType = "git" )
type Metadata ¶
type Metadata struct {
Type ExtensionType `json:"type"`
Origin string `json:"origin"`
Entrypoint string `json:"entrypoint"`
}
Click to show internal directories.
Click to hide internal directories.