Documentation
¶
Index ¶
- Variables
- type Client
- type Option
- type Status
- type Universe
- func (u *Universe) Id() (resp api.UniverseInfo, err error)
- func (u *Universe) Inject(ops ...inject.Injectable) error
- func (u *Universe) Kill() error
- func (u *Universe) KillService(service string) error
- func (u *Universe) KillSimple(simple string) error
- func (u *Universe) Status() (resp api.Echart, err error)
- type UniverseStatus
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTimeout = 3 * time.Second
View Source
var Dev bool
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) StartUniverseWithConfig ¶
type Status ¶
type Status map[string]UniverseStatus
type Universe ¶
type Universe struct { Name string // contains filtered or unexported fields }
func (*Universe) KillService ¶
func (*Universe) KillSimple ¶
type UniverseStatus ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.