Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { UID primitive.ObjectID `bson:"_id" json:"UID"` Label string `bson:"label" json:"Label"` Note string `bson:"note" json:"Note"` Relevan []Correlation `bson:"relevan" json:"Relevan"` Created time.Time `bson:"created" json:"Created"` }
The Client holds
type Correlation ¶
type Correlation struct { Mold uint `bson:"mold" json:"Mold"` Frees uint `bson:"frees" json:"Frees"` CSPay float32 `bson:"cspay" json:"CSPay"` }
The Correlation holds
Click to show internal directories.
Click to hide internal directories.