mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
7 lines
126 B
Go
7 lines
126 B
Go
package openrtb3
|
|
|
|
// Body is a top-level wrapper for OpenRTB requests.
|
|
type Body struct {
|
|
OpenRTB OpenRTB `json:"openrtb"`
|
|
}
|