We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5688d05 commit 8e80019Copy full SHA for 8e80019
pkg/common/imapi/caller.go
@@ -49,6 +49,8 @@ func New(imApi string, imSecret string, defaultIMUserID string) CallerInterface
49
imApi: imApi,
50
imSecret: imSecret,
51
defaultIMUserID: defaultIMUserID,
52
+ tokenCache: make(map[string]*authToken),
53
+ lock: sync.RWMutex{},
54
}
55
56
0 commit comments