txstatus

package
v0.0.0-...-096c525 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: PostgreSQL Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TXIDLE = TXStatus(73)
	TXERR  = TXStatus(69)
	TXACT  = TXStatus(84)
	TXCONT = TXStatus(1)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TXStatus

type TXStatus byte

func (TXStatus) String

func (s TXStatus) String() string

String returns the string representation of the TXStatus value. It maps the TXStatus value to its corresponding string representation.

type TxStatusMgr

type TxStatusMgr interface {
	SetTxStatus(status TXStatus)
	TxStatus() TXStatus
}

Jump to

Keyboard shortcuts

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