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 ¶
Click to show internal directories.
Click to hide internal directories.