mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
Rename RemoteAddress to RemoteAddr.
This commit is contained in:
parent
64942c9793
commit
01111b5258
3 changed files with 3 additions and 3 deletions
|
@ -430,7 +430,7 @@ type PreHookContext struct {
|
|||
HookID string `json:"hookID"`
|
||||
Method string `json:"method"`
|
||||
Base64EncodedBody string `json:"base64EncodedBody"`
|
||||
RemoteAddress string `json:"remoteAddress"`
|
||||
RemoteAddr string `json:"remoteAddr"`
|
||||
URI string `json:"URI"`
|
||||
Host string `json:"host"`
|
||||
Headers http.Header `json:"headers"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue