storage

package
v0.0.0-...-92d14cd Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloseTransactor

func CloseTransactor(t Transactor)

Types

type Transactor

type Transactor interface {
	// columnNames are columns to be retrieved, columnDests are output values that the column results are put into
	GetRecordById(tableName string, id uint, columnNames []string, columnDests ...any) error

	Close()
}

func NewTransactor

func NewTransactor() Transactor

Jump to

Keyboard shortcuts

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