iface

package
v1.19.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BCLookup

type BCLookup interface {
	Lookup(string) (ids.ID, error)
}

BCLookup provides blockchain lookup functionality

type SharedMemory

type SharedMemory interface {
	GetDatabase(id ids.ID) (*VersionedDatabase, database.Database)
	ReleaseDatabase(id ids.ID) error
}

SharedMemory provides shared memory functionality

type VersionedDatabase

type VersionedDatabase struct {
	Lock   database.Database
	Memory database.Database
}

VersionedDatabase provides versioned database access

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL