package
Version:
v0.0.0-...-c772d2a
Opens a new window with list of versions in this module.
Published: Aug 26, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Backends
Backends are the set of supported backend databases.
In the backend, You should provide the following implementations:
- Connector: build backend connection according to connection string
- Requester: reuse the Connection and fire request to the target database
Documentation
¶
type LedgerWriter interface {
EnqueueSendToLedger(data interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.