Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { APIKey string HTTPClient HTTPClient }
type Connector ¶
func (*Connector) CreateExecution ¶
type QueryInput ¶
type UpsertOutput ¶
type UpsertOutput struct {
RecordsUpserted int64 `json:"upserted_count"`
}
type UpsertResp ¶
type UpsertResp struct {
RecordsUpserted int64 `json:"upsertedCount"`
}
Click to show internal directories.
Click to hide internal directories.