Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApptrustHttpClient ¶
type ApptrustHttpClient interface {
GetHttpClient() *jfroghttpclient.JfrogHttpClient
Post(path string, requestBody interface{}, params map[string]string) (resp *http.Response, body []byte, err error)
Get(path string) (resp *http.Response, body []byte, err error)
Patch(path string, requestBody interface{}) (resp *http.Response, body []byte, err error)
Delete(path string, params map[string]string) (resp *http.Response, body []byte, err error)
}
func NewAppHttpClient ¶
func NewAppHttpClient(serverDetails *commonCliConfig.ServerDetails) (ApptrustHttpClient, error)
Click to show internal directories.
Click to hide internal directories.