Documentation ¶
Index ¶
- type Category
- type Export
- func (p *Export) AddCategory(categoryName string)
- func (p *Export) AddChildObject(categoryName, parentID, childID, childExport string) error
- func (p *Export) AddObject(categoryName, objectID, export string) error
- func (p *Export) GetAllObjects() []*Object
- func (p *Export) GetCategory(categoryName string) (*Category, error)
- func (p *Export) GetObjects(export *Export) []*Object
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Export ¶
type Export struct { Name string `json:"name"` Version string `json:"version"` Path string `json:"path"` // its file name Description string `json:"description"` Categories []*Category `json:"categories,omitempty"` }
func (*Export) AddCategory ¶
func (*Export) AddChildObject ¶ added in v0.0.6
func (*Export) GetAllObjects ¶ added in v0.0.6
func (*Export) GetObjects ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.