package
0.0.0-20240611043310-e7e2df93f36d
Repository: https://github.com/mdaxf/iac.git
Documentation: pkg.go.dev
# Packages
Package awserr represents API error interface accessors for the SDK.
# 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.