fix lint
This commit is contained in:
parent
3061d33062
commit
306a0979b2
3 changed files with 9 additions and 2 deletions
|
|
@ -7,10 +7,12 @@ import (
|
|||
"sync"
|
||||
)
|
||||
|
||||
// IngestBulkRecord is the struct to be used as a list in bulk operation.
|
||||
type IngestBulkRecord struct {
|
||||
Object, Text string
|
||||
}
|
||||
|
||||
// IngestBulkError represent an error for a given object in a bulk operation.
|
||||
type IngestBulkError struct {
|
||||
Object string
|
||||
Error error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue