model

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Propagation

type Propagation byte

Propagation transaction isolation level

const (
	Required Propagation = iota

	RequiresNew

	NotSupported

	Supports

	Never

	Mandatory
)

func (Propagation) String

func (t Propagation) String() string

String

type TransactionInfo

type TransactionInfo struct {
	TimeOut     int32
	Name        string
	Propagation Propagation
}

TransactionInfo used to configure global transaction parameters

Jump to

Keyboard shortcuts

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