Imports of package topicwriterinternal

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
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/clockwork
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/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/rawtopicwriter
github.com/ydb-platform/ydb-go-sdk/v3/internal/topic
github.com/ydb-platform/ydb-go-sdk/v3/internal/value
github.com/ydb-platform/ydb-go-sdk/v3/internal/xatomic
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/topic/topictypes
github.com/ydb-platform/ydb-go-sdk/v3/trace
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
ioPackage io provides basic interfaces to I/O primitives.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.