Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alert ¶
type Alert struct { Id primitive.ObjectID `bson:"_id"` Symbol string `bson:"symbol"` Price float64 `bson:"price"` Type string `bson:"type"` Trigger string `bson:"trigger"` Name string `bson:"name"` Message string `bson:"message"` Expiration string `bson:"expiration"` Active bool `bson:"active"` }
func (*Alert) AlertMessageFull ¶
Click to show internal directories.
Click to hide internal directories.