Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SirenAction ¶
type SirenEntity ¶
type SirenEntity struct {
Class []string `json:"class"`
Properties map[string]interface{} `json:"properties"`
Entities []SirenEntity `json:"entities"`
Links []SirenLink `json:"links"`
Actions []SirenAction `json:"actions"`
Title string `json:"title"`
}
type SirenResponse ¶
type SirenResponse struct {
Class []string `json:"class"`
Properties map[string]interface{} `json:"properties"`
Links []SirenLink `json:"links"`
Actions []SirenAction `json:"actions"`
Entities []SirenEntity `json:"entities"`
}
Click to show internal directories.
Click to hide internal directories.