Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_MEMORY_BYTES = 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssertResponse ¶
type AssertResponse struct {
Tables []AssertTableResult `json:"tables"`
}
type AssertTableResult ¶
type ListResult ¶
type ListResult struct {
DataSets []string `json:"datasets"`
}
type SeedResponse ¶
type SeedResponse struct {
Tables []SeedTableResult `json:"tables"`
}
Click to show internal directories.
Click to hide internal directories.