Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Association ¶
type Association struct { Source string `json:""` Destination string `json:""` Tags []string `json:"omitempty"` }
Association holds a parsed Archie association
type Element ¶
type Element struct { Name string `json:""` Kind string `json:"omitempty"` Tags []string `json:"omitempty"` Children []interface{} `json:"omitempty"` Associations []Association `json:"omitempty"` }
Element holds a parsed Archie element (actor or item)
type Model ¶
type Model struct { Elements []Element `json:""` Associations []Association `json:""` }
Model holds an entire parsed Archie model
Click to show internal directories.
Click to hide internal directories.