Update vendor (#1257)
This commit is contained in:
5
vendor/github.com/slack-go/slack/misc.go
generated
vendored
5
vendor/github.com/slack-go/slack/misc.go
generated
vendored
@@ -22,8 +22,9 @@ import (
|
||||
|
||||
// SlackResponse handles parsing out errors from the web api.
|
||||
type SlackResponse struct {
|
||||
Ok bool `json:"ok"`
|
||||
Error string `json:"error"`
|
||||
Ok bool `json:"ok"`
|
||||
Error string `json:"error"`
|
||||
ResponseMetadata ResponseMetadata `json:"response_metadata"`
|
||||
}
|
||||
|
||||
func (t SlackResponse) Err() error {
|
||||
|
||||
Reference in New Issue
Block a user