package
1.17.3
Repository: https://github.com/mongodb/mongo-go-driver.git
Documentation: pkg.go.dev

# Packages

Package awserr represents API error interface accessors for the SDK.
No description provided by the author
No description provided by the author

# Functions

IsReaderSeekable returns if the underlying reader type can be seeked.
ReadSeekCloser wraps a io.Reader returning a ReaderSeekerCloser.
SeekerLen attempts to get the number of bytes remaining at the seeker's current position.

# Structs

ReaderSeekerCloser represents a reader that can also delegate io.Seeker and io.Closer interfaces to the underlying object if they are available.