Documentation ¶
Index ¶
Constants ¶
View Source
const DB_PATH = "../data.db"
Variables ¶
View Source
var ( ErrAlreadyExist = errors.New("DB: A datum is exist for that date") ErrInvalidTarget = errors.New("DB: target table is invalid") )
Functions ¶
func GetLatestData ¶
Types ¶
type TrashScanner ¶
type TrashScanner struct{}
func (TrashScanner) Scan ¶
func (TrashScanner) Scan(interface{}) error
Click to show internal directories.
Click to hide internal directories.