9 lines
191 B
Go
9 lines
191 B
Go
|
package debt_ceiling
|
||
|
|
||
|
type PitFileDebtCeilingModel struct {
|
||
|
What string
|
||
|
Data string
|
||
|
TransactionIndex uint `db:"tx_idx"`
|
||
|
Raw []byte `db:"raw_log"`
|
||
|
}
|