Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(schedule *power.HashMap, agentID int) (*response.ResponseScheduleAdd, error)
- func (comp *Client) Del(scheduleID string) (*response2.ResponseWork, error)
- func (comp *Client) Get(scheduleIDList []string) (*response.ResponseScheduleGet, error)
- func (comp *Client) Update(schedule *power.HashMap) (*response2.ResponseWork, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*kernel.BaseClient
}
func NewClient ¶
func NewClient(app kernel.ApplicationInterface) *Client
func (*Client) Add ¶
func (*Client) Get ¶
func (comp *Client) Get(scheduleIDList []string) (*response.ResponseScheduleGet, error)
Click to show internal directories.
Click to hide internal directories.