feat: update slack-go dependency

This commit is contained in:
Ivan Zuev
2022-02-18 18:59:52 +03:00
committed by Ivan Zuev
parent b3be2e208c
commit 9abbdb5a96
13 changed files with 1780 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package socketmode
type Response struct {
EnvelopeID string `json:"envelope_id"`
Payload interface{} `json:"payload,omitempty"`
}