Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APXTOML ¶
type APXTOML struct {
Name string `toml:"name"`
// Multiple sandboxes allowed for app
Sandboxes []Sandbox `toml:"sandboxes"`
}
APXTOML format for apps for apx
type RegWrapper ¶ added in v0.0.11
RegWrapper wrapper for registry specific metadata
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func LoadRegistry ¶
func (Registry) AllWraps ¶ added in v0.0.11
func (r Registry) AllWraps() []RegWrapper
Click to show internal directories.
Click to hide internal directories.