Documentation ¶ Index ¶ type BaseHttpClient func New() *BaseHttpClient func (c *BaseHttpClient) Get(ctx context.Context, url string, headers map[string]string) ([]byte, error) func (c *BaseHttpClient) Post(ctx context.Context, url string, headers map[string]string, body []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BaseHttpClient ¶ type BaseHttpClient struct { } func New ¶ func New() *BaseHttpClient func (*BaseHttpClient) Get ¶ func (c *BaseHttpClient) Get(ctx context.Context, url string, headers map[string]string) ([]byte, error) func (*BaseHttpClient) Post ¶ func (c *BaseHttpClient) Post(ctx context.Context, url string, headers map[string]string, body []byte) ([]byte, error) Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.