Documentation ¶
Index ¶
- type Client
- func (comp *Client) Add(calendar *power.HashMap, agentID int) (*response.ResponseCalendarAdd, error)
- func (comp *Client) Del(calID string) (*response2.ResponseWork, error)
- func (comp *Client) Get(calIDList []string) (*response.ResponseCalendarGet, error)
- func (comp *Client) Update(calendar *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(calIDList []string) (*response.ResponseCalendarGet, error)
Click to show internal directories.
Click to hide internal directories.