Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
ServerGet(id int) (*hrobotmodels.Server, error)
ServerGetList() ([]hrobotmodels.Server, error)
ResetGet(id int) (*hrobotmodels.Reset, error)
}
Click to show internal directories.
Click to hide internal directories.