package
0.1.8
Repository: https://github.com/trustbloc/agent-sdk.git
Documentation: pkg.go.dev

# Packages

Package blindedrouting provides blinded routing features for agents.
Package didclient provides did commands.
Package mediatorclient provides client features for aries mediator commands.
Package store provides store commands.

# Functions

NewExecuteError returns new command execute error.
NewValidationError returns new command validation error.
WriteNillableResponse is a utility function that writes v to w.

# Constants

DIDClient error group for DID client command errors.
ExecuteError is error type for command execution failure.
MediatorClient error group for mediator client command errors.
Store error group for Store command errors.
UnknownStatus default error code for unknown errors.
ValidationError is error type for command validation errors.

# Structs

AriesHandler implements aries handler.

# Interfaces

Error is the interface for representing an command error condition, with the nil value representing no error.
Handler for each controller command.

# Type aliases

Code is the error code of command errors.
Exec is controller command execution function type.
Group is the error groups.
Type is command error type.