Imports of package topicreaderinternal

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/jonboulle/clockworkPackage clockwork contains a simple fake clock for Go.
github.com/ydb-platform/ydb-go-sdk/v3/credentials
github.com/ydb-platform/ydb-go-sdk/v3/internal/background
github.com/ydb-platform/ydb-go-sdk/v3/internal/backoff
github.com/ydb-platform/ydb-go-sdk/v3/internal/config
github.com/ydb-platform/ydb-go-sdk/v3/internal/empty
github.com/ydb-platform/ydb-go-sdk/v3/internal/grpcwrapper/rawtopic/rawtopiccommon
github.com/ydb-platform/ydb-go-sdk/v3/internal/grpcwrapper/rawtopic/rawtopicreader
github.com/ydb-platform/ydb-go-sdk/v3/internal/topic
github.com/ydb-platform/ydb-go-sdk/v3/internal/topic/topicreadercommon
github.com/ydb-platform/ydb-go-sdk/v3/internal/value
github.com/ydb-platform/ydb-go-sdk/v3/internal/xcontext
github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors
github.com/ydb-platform/ydb-go-sdk/v3/internal/xsync
github.com/ydb-platform/ydb-go-sdk/v3/trace
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.