Documentation
¶
Index ¶
Constants ¶
View Source
const ( KVModeDefault KVMode = 0 KVModeAppendOnly KVMode = 1 NAValue = "#N/A" ErrorValue = "#ERROR!" )
Variables ¶
View Source
var (
ErrKeyNotFound = errors.New("error key not found")
)
ErrKeyNotFound is returned only for the key-value store and when the key does not exist.
Functions ¶
This section is empty.
Types ¶
type ColumnOrderBy ¶
ColumnOrderBy defines what ordering is required for a particular column. This is used for GoogleSheetRowStore.Select().
Click to show internal directories.
Click to hide internal directories.