Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
type HTTPClient struct {
*resty.Client
}
func NewHTTPClient ¶
func NewHTTPClient(hostURL string) *HTTPClient
func (*HTTPClient) PluginInstall ¶
func (hc *HTTPClient) PluginInstall(pi url.Values, filepath string) (err error)
func (*HTTPClient) PluginList ¶
func (hc *HTTPClient) PluginList() ([]model.Plugin, error)
func (*HTTPClient) PluginUninstall ¶
func (hc *HTTPClient) PluginUninstall(id string) (err error)
Click to show internal directories.
Click to hide internal directories.