Documentation ¶ Index ¶ type Entity type Rel Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Entity ¶ type Entity struct { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` Title string `json:"title,omitempty"` Description string `json:"description,omitempty"` Rel []Rel `json:"rel,omitempty"` } type Rel ¶ type Rel struct { From Entity `json:"from,omitempty"` To Entity `json:"to,omitempty"` Type string `json:"type,omitempty"` } Source Files ¶ View all Source files entity.go Click to show internal directories. Click to hide internal directories.