Skip to content

Commit 7a299b3

Browse files
committed
Some cosmetic changes
Signed-off-by: Md Soharab Ansari <[email protected]>
1 parent 986b384 commit 7a299b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: common/util.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ type (
4040
ErrorString string
4141
}
4242

43-
errorResponse struct {
44-
Request
45-
Response
43+
ErrorResponse struct {
44+
Request Request
45+
Response Response
4646
}
4747
)
4848

@@ -108,7 +108,7 @@ func HandleHTTPRequest(message string, headers http.Header, data ConnectorMetada
108108
}
109109
}
110110

111-
errResp := errorResponse{
111+
errResp := ErrorResponse{
112112
Request: Request{
113113
Message: message,
114114
HTTPEndpoint: data.HTTPEndpoint,

0 commit comments

Comments
 (0)