Skip to content

Commit

Permalink
OTT-55 First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-viral-vala committed Nov 25, 2020
1 parent 57e72aa commit 911db3e
Show file tree
Hide file tree
Showing 9 changed files with 1,488 additions and 4 deletions.
9 changes: 5 additions & 4 deletions adapters/bidder.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ type ResponseData struct {

// RequestData packages together the fields needed to make an http.Request.
type RequestData struct {
Method string
Uri string
Body []byte
Headers http.Header
ImpIndex int
Method string
Uri string
Body []byte
Headers http.Header
}

// ExtImpBidder can be used by Bidders to unmarshal any request.imp[i].ext.
Expand Down
Loading

0 comments on commit 911db3e

Please sign in to comment.