Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
func NewAdapter ¶
func NewAdapter(opts ...AdapterOptions) (*Adapter, error)
type AdapterOptions ¶
func WithDebug ¶
func WithDebug(debug bool) AdapterOptions
func WithDirectory ¶
func WithDirectory(directory string) AdapterOptions
func WithMaxMemorySize ¶
func WithMaxMemorySize(size uint64) AdapterOptions
Click to show internal directories.
Click to hide internal directories.