Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyPayload = errors.New("empty paylaod")
)
Functions ¶
This section is empty.
Types ¶
type BatchReader ¶
type BatchReader struct {
// contains filtered or unexported fields
}
func NewBatchReader ¶
func NewBatchReader(ctx context.Context, args BatchReaderArgs) (*BatchReader, error)
func (*BatchReader) GetSheetRecords ¶
GetSheetRecords returns the list of records up to a maximum of 1000 rows(default limit) added after the row offset of last successfully read record
type BatchReaderArgs ¶
Click to show internal directories.
Click to hide internal directories.