diff options
Diffstat (limited to 'common/types/http.go')
| -rw-r--r-- | common/types/http.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/types/http.go b/common/types/http.go index 21a4ed7c2..c001b44ac 100644 --- a/common/types/http.go +++ b/common/types/http.go @@ -19,4 +19,5 @@ type HTTPResponse struct { const ( AuthorizationKey = "Authorization" + NodeNameKey = "NodeName" ) |
