Skip to content

Commit

Permalink
skip lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Aug 25, 2024
1 parent 1fafe99 commit e62645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/firestore/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type client interface {
Doc(path string) *firestore.DocumentRef
CollectionGroup(collectionID string) *firestore.CollectionGroupRef
GetAll(ctx context.Context, docRefs []*firestore.DocumentRef) ([]*firestore.DocumentSnapshot, error)
Collections(ctx context.Context) *firestore.CollectionIterator
Batch() *firestore.WriteBatch
Collections(ctx context.Context) *firestore.CollectionIterator
Batch() *firestore.WriteBatch // nolint
Close() error
}

0 comments on commit e62645c

Please sign in to comment.