package
0.0.0-20230713180353-d61a09751b4e
Repository: https://github.com/qzg/cql-proxy.git
Documentation: pkg.go.dev
# Functions
NewDefaultPreparedCache creates a new default prepared cache capping the max item capacity to `size`.
NewDefaultRetryPolicy creates a new default retry policy.
No description provided by the author
No description provided by the author
Run starts the proxy command.
No description provided by the author
# Constants
RetryNext should be returned when a request should be retried on the next host according to the request's query plan.
RetrySame should be returned when a request should be retried on the same host.
ReturnError should be returned when a request's original error should be forwarded along to the client.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
RetryPolicy is an interface for defining retry behavior when a server-side error occurs.
# Type aliases
RetryDecision is a type used for deciding what to do when a request has failed.