receipt

package
v0.0.0-...-52daa1a Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.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 Receipt

type Receipt struct {
	// contains filtered or unexported fields
}

Receipt is a wrapper type used to represent a nid that corresponds to a unique row entry in some database table. The internal nid value cannot be modified after a Receipt has been created. This guarantees a receipt will always refer to the same table entry that it was created to represent.

func NewReceipt

func NewReceipt(nid int64) Receipt

func (*Receipt) GetNID

func (r *Receipt) GetNID() int64

func (*Receipt) String

func (r *Receipt) String() string

Jump to

Keyboard shortcuts

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