package
0.0.9
Repository: https://github.com/anoideaopen/foundation.git
Documentation: pkg.go.dev

# Functions

NewRouter creates a new Router with the provided [github.com/anoideaopen/foundation/core/routing.Router] instances.

# Variables

ErrChaincodeFunction is returned when a chaincode function has already been defined in the router.
ErrUnsupportedMethod is returned when a method is not supported by the router.

# Structs

Router is a multiplexer that routes methods to the appropriate handler.