Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidStates = map[string]bool{/* contains filtered or unexported fields */}
Functions ¶
This section is empty.
Types ¶
type SourceType ¶
type Transaction ¶
type Transaction struct { ID string `db:"id"` TransactionID string `db:"transaction_id"` State string `db:"state"` Amount decimal.Decimal `db:"amount"` SourceType SourceType `db:"source_id"` Processed bool `db:"processed"` User User `db:"user_id"` CreatedAt time.Time `db:"created_at"` UpdatedAt time.Time `db:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.