Documentation ¶
Index ¶
- func SendFile(client *http.Client, URL string, jsonData string) *httpcontract.ResponseImplementation
- func SendGet(client *http.Client, URL string) *httpcontract.ResponseImplementation
- func SendLogs(client *http.Client, URL string) map[string]map[string]*container.Container
- func SendOperator(client *http.Client, URL string, data map[string]any) *httpcontract.ResponseOperator
- func SendPost(client *http.Client, URL string, data map[string]any) *httpcontract.ResponseOperator
- func SendPs(client *http.Client, URL string) map[string]map[string]*container.Container
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendFile ¶
func SendFile(client *http.Client, URL string, jsonData string) *httpcontract.ResponseImplementation
func SendGet ¶ added in v0.0.3
func SendGet(client *http.Client, URL string) *httpcontract.ResponseImplementation
func SendOperator ¶
func SendOperator(client *http.Client, URL string, data map[string]any) *httpcontract.ResponseOperator
func SendPost ¶ added in v0.0.10
func SendPost(client *http.Client, URL string, data map[string]any) *httpcontract.ResponseOperator
Types ¶
Click to show internal directories.
Click to hide internal directories.