mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
remove slack interaction since the token does not support rtm
This commit is contained in:
parent
b02c2ae16c
commit
e2339febc2
|
@ -2,13 +2,13 @@ package binance
|
|||
|
||||
import (
|
||||
"context"
|
||||
"github.com/c9s/bbgo/pkg/util"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/c9s/bbgo/pkg/util"
|
||||
|
||||
"github.com/adshao/go-binance"
|
||||
"github.com/gorilla/websocket"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/c9s/bbgo/pkg/bbgo/types"
|
||||
)
|
||||
|
|
|
@ -100,12 +100,3 @@ func (n *SlackNotifier) ReportPnL(report *ProfitAndLossReport) {
|
|||
}
|
||||
}
|
||||
|
||||
type SlackInteraction struct {
|
||||
Client *slack.Client
|
||||
Trader *Trader
|
||||
TradingContext *TradingContext
|
||||
}
|
||||
|
||||
func (i *SlackInteraction) Connect() {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user