dcrd/internal/rpcserver
Ryan Staudt 8559b8742d
rpcserver: Create Chain and UtxoEntry interfaces.
This creates rpcserver.Chain and rpcserver.UtxoEntry interfaces and
respective rpcChain and rpcUtxoEntry adaptors that implement those
interfaces.

This starts to decouple rpcserver from the concrete BlockChain
implementation and allows for mocking those interfaces when testing
rpcserver handlers.
2020-06-15 01:56:43 -05:00
..
doc.go multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
interface.go rpcserver: Create Chain and UtxoEntry interfaces. 2020-06-15 01:56:43 -05:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00

rpcserver

Build Status ISC License Doc

Overview

This package is currently a work in progress.

License

Package rpcserver is licensed under the copyfree ISC License.