Verify IP addresses
Fix lint errors Add more test
This commit is contained in:
parent
c6fdfc9cd5
commit
e21a425f88
4 changed files with 42 additions and 20 deletions
|
@ -43,7 +43,6 @@ func NewBridge(ub URLBuilder, source SourceRecord, actor ActorRecord, request Re
|
|||
|
||||
// NewRequestRecord builds a RequestRecord for use in NewBridge from an
|
||||
// http.Request, associating it with a request id.
|
||||
|
||||
func NewRequestRecord(id string, r *http.Request) RequestRecord {
|
||||
return RequestRecord{
|
||||
ID: id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue