Documentation ¶
Index ¶
- type Client
- func (comp *Client) CreateLink(ctx context.Context, options *request2.RequestCreateLink) (*response3.ResponseCreateLink, error)
- func (comp *Client) DeleteLink(ctx context.Context, linkId string) (*response2.ResponseWork, error)
- func (comp *Client) Get(ctx context.Context, linkId string) (*response3.ResponseGetLink, error)
- func (comp *Client) ListLink(ctx context.Context, options *request2.RequestListLink) (*response3.ResponseListLink, error)
- func (comp *Client) UpdateLink(ctx context.Context, config *request2.RequestUpdateLink) (*response2.ResponseWork, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseClient *kernel.BaseClient
}
func (*Client) CreateLink ¶
func (comp *Client) CreateLink(ctx context.Context, options *request2.RequestCreateLink) (*response3.ResponseCreateLink, error)
func (*Client) DeleteLink ¶
func (*Client) ListLink ¶
func (comp *Client) ListLink(ctx context.Context, options *request2.RequestListLink) (*response3.ResponseListLink, error)
func (*Client) UpdateLink ¶
func (comp *Client) UpdateLink(ctx context.Context, config *request2.RequestUpdateLink) (*response2.ResponseWork, error)
Click to show internal directories.
Click to hide internal directories.