Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BigBang
deprecated
func BigBang(m *dream.Multiverse) error
Deprecated: Use New instead
Types ¶
type Echart ¶
type Echart struct {
Nodes []*EchartNode `json:"nodes"`
Links []*EchartLinks `json:"links"`
Categories []*EchartCat `json:"categories"`
}
type EchartLinks ¶
type EchartNode ¶
type Service ¶ added in v1.1.9
type Service struct {
*dream.Multiverse
// contains filtered or unexported fields
}
type UniverseInfo ¶
type UniverseInfo struct {
Id string `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.