model

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Paper

type Paper struct {
	ID             bson.ObjectId `bson:"_Id"            json:"Id"`
	Paper          string        `bson:"Paper"          json:"Paper"`
	CommercialName string        `bson:"CommercialName" json:"CommercialName"`
	CompanyName    string        `bson:"CompanyName"    json:"CompanyName"`
	Type           string        `bson:"Type"           json:"Type"`
	Sector         string        `bson:"Sector"         json:"Sector"`
	SubSector      string        `bson:"SubSector"      json:"SubSector"`
	MarketValue    string        `bson:"MarketValue"    json:"MarketValue"`
	CompanyValue   string        `bson:"CompanyValue"   json:"CompanyValue"`
	NStock         string        `bson:"NStock"         json:"NStock"`
	LastBalance    time.Time     `bson:"LastBalance"    json:"LastBalance"`
	CreatedAt      time.Time     `bson:"CreatedAt"      json:"CreatedAt"`
	UpdatedAt      time.Time     `bson:"UpdatedAt"      json:"UpdatedAt"`
}

Paper struct

Jump to

Keyboard shortcuts

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