Versions in this module Expand all Collapse all v1 v1.0.2 Nov 3, 2022 Changes in this version + type Client struct + func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) + func (comp *Client) ApplyPlugin(pluginAppID string, reason string) (*response2.ResponseMiniProgram, error) + func (comp *Client) GetPluginDevApplyList(action string, page int, num int) (*response.ResponsePluginGetDevApplyList, error) + func (comp *Client) GetPluginList() (*response.ResponsePluginGetPluginList, error) + func (comp *Client) SetDevPluginApplyStatus(action string, appID string, reason string) (*response2.ResponseMiniProgram, error) + func (comp *Client) UnbindPlugin(pluginAppID string) (*response2.ResponseMiniProgram, error)