Skip to content

Commit

Permalink
Fix new gofumpt (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Jan 31, 2022
1 parent 4b6441d commit 8b8cef4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions session.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ type Session interface {
opts ...*options.TransactionOptions,
) (interface{}, error)
EndSession(ctx context.Context)

ClusterTime() bson.Raw
OperationTime() *primitive.Timestamp
Client() Client
ID() bson.Raw

AdvanceClusterTime(bson.Raw) error
AdvanceOperationTime(*primitive.Timestamp) error
}
Expand Down

0 comments on commit 8b8cef4

Please sign in to comment.