record

package
v0.0.0-...-76439fa Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TansRecord

type TansRecord struct {
	RecordID    int            `db:"id"`
	GroupID     int            `db:"g_id"`
	Date        time.Time      `db:"day"`
	Payer       string         `db:"payer"`
	Spliters    pq.StringArray `db:"spliters"`
	Amount      float32        `db:"pay_amount"`
	Description string         `db:"description"`
	UpdatedAt   time.Time      `db:"updated_at"`
	Deleted     bool           `db:"deleted"`
}

TansRecord wrapps all db columns

Jump to

Keyboard shortcuts

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