Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashField ¶
HashField is a wrapper around field.String returning an immutable non-empty string with length of 64.
func TimeDefaultNow ¶
TimeDefaultNow returns a function which executes time.Now exactly once.
Types ¶
type CommitRollbacker ¶
type Tx ¶
type Tx[T CommitRollbacker] struct { // contains filtered or unexported fields }
func WrapTx ¶
func WrapTx[T CommitRollbacker](v T) *Tx[T]
Click to show internal directories.
Click to hide internal directories.