package
0.0.0-20250306135128-cf59a2d124e0
Repository: https://github.com/paypal/hera.git
Documentation: pkg.go.dev
# Functions
DebugString is used for debugging to truncate strings bigger than 200 bytes.
NewCmdProcessor creates the processor using th egiven adapter.
Start is the initial method, performing the initializations and starting runworker() to wait for requests.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
BindValue is a placeholder for a bind value, with index tracking its position in the query.
CmdProcessor holds the data needed to process the client commmands.
No description provided by the author
No description provided by the author
# Interfaces
CmdProcessorAdapter is interface for differentiating the specific database implementations.