db

package
v0.0.0-...-78b482a Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	GetLastReceiptes(limit int) ([]*Reciept, error)
	InsertReceipt(receipt *Reciept) error
	Close() error
}

DB is a Database interface

type Reciept

type Reciept struct {
	Symbol    string
	TxType    string
	Qauntity  float64
	Price     float32
	Profit    float32
	TimeStamp int64
}

Reciept Stores a receipt's data.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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