Documentation
¶
Index ¶
Constants ¶
View Source
const ( Buy = "buy" Sell = "sell" NameDingTalk = "dingtalk" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster interface { Broadcast(labels []string, symbol, time, direction, price, amount, total, profit string) SendText(message string) error }
func New ¶ added in v0.7.8
func New(config Config) Broadcaster
Click to show internal directories.
Click to hide internal directories.