Update slack vendor to master (#958)

This commit is contained in:
Wim
2019-12-07 22:54:36 +01:00
committed by GitHub
parent 173a38a374
commit f43faf15f8
20 changed files with 263 additions and 60 deletions

View File

@@ -1,7 +1,6 @@
package slack
import (
"encoding/json"
"net/url"
"sync"
"time"
@@ -35,7 +34,6 @@ type RTM struct {
disconnected chan struct{}
disconnectedm *sync.Once
forcePing chan bool
rawEvents chan json.RawMessage
// UserDetails upon connection
info *Info