Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
Name string `json:"name"`
Description string `json:"description"`
Version string `json:"version"`
Modules []module.Manifesto `json:"modules"`
}
func LoadLocalRegistry ¶
func (*Registry) ReadFromJSON ¶
func (*Registry) SaveAsLocalFile ¶
func (*Registry) UpdateModule ¶
func (*Registry) WriteToJSON ¶
Click to show internal directories.
Click to hide internal directories.