remove slack interaction since the token does not support rtm

This commit is contained in:
c9s 2020-08-11 09:11:20 +08:00
parent b02c2ae16c
commit e2339febc2
2 changed files with 2 additions and 11 deletions

View File

@ -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"
)

View File

@ -100,12 +100,3 @@ func (n *SlackNotifier) ReportPnL(report *ProfitAndLossReport) {
}
}
type SlackInteraction struct {
Client *slack.Client
Trader *Trader
TradingContext *TradingContext
}
func (i *SlackInteraction) Connect() {
}