Rename RemoteAddress to RemoteAddr.

This commit is contained in:
Adnan Hajdarevic 2019-12-22 22:37:44 +01:00
parent 64942c9793
commit 01111b5258
3 changed files with 3 additions and 3 deletions

View file

@ -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"`