Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
SendRequest(ctx context.Context, logger logr.Logger, method string, url string, body []byte, headers map[string][]string) (resp Response, err error)
}
Client is the interface to interact with HTTP
Click to show internal directories.
Click to hide internal directories.