Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ImplementationUnknown is an unknown and invalid adapter implementation. ImplementationUnknown = "" // ImplementationStub is an implementation that does nothing and return no error. ImplementationStub = "stub" // ImplementationBadger uses a badger impl. ImplementationBadger = "badger" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.