# Functions

GRPCError translates opa encodes errors to gRPC status errors.
No description provided by the author
NewErrorV1 returns *ErrorV1.
WithHTTPClient overrides the default http.Client to call Opa.

# Constants

No description provided by the author

# Variables

Opaque errors to reveal less details in upstream client.
No description provided by the author
No description provided by the author

# Structs

Client implements the Clienter interface.
ErrorV1 implements missing errors.Unwrap functionality TODO: issue opened with OPA https://github.com/open-policy-agent/opa/issues/2633.

# Interfaces

Clienter is the opa client interface FIXME: this interface is incomplete and may change implement at your own discretion.

# Type aliases

No description provided by the author
StreamReaderFn defines fn that accepts io.Reader parameter.