mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 05:52:25 -06:00
[chore]: Bump github.com/gin-contrib/sessions from 0.0.5 to 1.0.0 (#2782)
This commit is contained in:
parent
a24936040c
commit
29031d1e27
93 changed files with 2888 additions and 969 deletions
2
vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go
generated
vendored
2
vendor/go.mongodb.org/mongo-driver/bson/bsonrw/reader.go
generated
vendored
|
|
@ -58,6 +58,8 @@ type ValueReader interface {
|
|||
// types that implement ValueReader may also implement this interface.
|
||||
//
|
||||
// The bytes of the value will be appended to dst.
|
||||
//
|
||||
// Deprecated: BytesReader will not be supported in Go Driver 2.0.
|
||||
type BytesReader interface {
|
||||
ReadValueBytes(dst []byte) (bsontype.Type, []byte, error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue