package
0.0.0-20250119204127-a3d5321d8161
Repository: https://github.com/adiom-data/dsync.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RunWithTimeout runs a given method with its receiver and arguments, checking if it completes within the given timeout.
# Constants
Data integrity check timeout.
Event reaction timeout.
Flow completion timeout.
Max Message Count until we interrupt the flow.
Default timeout for running a method to assert that the method is non-blocking.
Read planning timeout.
# Structs
No description provided by the author
# Interfaces
TestDataStore is an interface for the underlying data store used for testing Used primarily for direct data manipulation in tests.
# Type aliases
GenericMethod represents a method that takes a receiver, variable arguments, and returns an error.