Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxFileBytes = 10 << 20 MaxRows = 10_000 MaxColumns = 64 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
RunID string `json:"runId"`
Status string `json:"status"`
TotalRows int `json:"totalRows"`
MatchedRows int `json:"matchedRows"`
UnmatchedRows int `json:"unmatchedRows"`
DuplicateRows int `json:"duplicateRows"`
ConflictRows int `json:"conflictRows"`
InvalidRows int `json:"invalidRows"`
ReviewCases int `json:"reviewCases"`
}
Click to show internal directories.
Click to hide internal directories.