Documentation ¶ Index ¶ func Request(ctx context.Context, method, url string, body io.Reader, ...) (*http.Response, error) type StringArray func (sa *StringArray) Scan(value interface{}) error func (sa StringArray) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Request ¶ func Request(ctx context.Context, method, url string, body io.Reader, headers, cookies map[string]string) (*http.Response, error) Types ¶ type StringArray ¶ type StringArray []string StringArray custom type for handling JSON arrays func (*StringArray) Scan ¶ func (sa *StringArray) Scan(value interface{}) error func (StringArray) Value ¶ func (sa StringArray) Value() (driver.Value, error) Source Files ¶ View all Source files custom_type.gohttp_client.go Click to show internal directories. Click to hide internal directories.