Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TbConnConfig ¶
type TbConnConfigList ¶
type TbConnConfigList struct {
ConnectionConfig []TbConnConfig `json:"connectionconfig"`
}
type Tumblebug ¶
type Tumblebug struct {
Model
}
func NewTumblebug ¶
func NewTumblebug() *Tumblebug
func (*Tumblebug) ListConnConfig ¶
func (self *Tumblebug) ListConnConfig() (*TbConnConfigList, error)
type TumblebugStatus ¶
type TumblebugStatus struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.