Documentation ¶
Index ¶
Constants ¶
View Source
const ( CarRecordKeyPrefix = "car~" MintRequestRecordKeyPrefix = "mint-request~" TransferToRecordKeyPrefix = "transfer-to~" TransferReceiveRecordKeyPrefix = "transfer-receive~" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MintRequestRecord ¶
func (*MintRequestRecord) Key ¶
func (r *MintRequestRecord) Key() string
func (*MintRequestRecord) RequestID ¶
func (r *MintRequestRecord) RequestID() string
type TransferReceiveRecord ¶
type TransferReceiveRecord struct { Buyer string CarRegistration string TransferToRecordKey string }
func (*TransferReceiveRecord) Key ¶
func (r *TransferReceiveRecord) Key() string
func (*TransferReceiveRecord) RequestID ¶
func (r *TransferReceiveRecord) RequestID() string
type TransferToRecord ¶
func (*TransferToRecord) Key ¶
func (r *TransferToRecord) Key() string
func (*TransferToRecord) RequestID ¶
func (r *TransferToRecord) RequestID() string
Click to show internal directories.
Click to hide internal directories.