Added max connections configuration option to SetWebHook
This commit is contained in:
parent
80bdd621f7
commit
833e457376
3 changed files with 23 additions and 0 deletions
|
@ -770,6 +770,7 @@ type UpdateConfig struct {
|
|||
type WebhookConfig struct {
|
||||
URL *url.URL
|
||||
Certificate interface{}
|
||||
MaxConnections int
|
||||
}
|
||||
|
||||
// FileBytes contains information about a set of bytes to upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue