mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-27 04:06:21 +03:00
openrtb3: rename package to openrtb3 (avoid surprises)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
// AuctionType defines an auction type.
|
||||
type AuctionType int64
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
// Body is a top-level wrapper for OpenRTB requests.
|
||||
type Body struct {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
// LossReason represents OpenRTB Loss Reason Code enumeration.
|
||||
//
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
// NoBidReason represents OpenRTB No-Bid Reason Code enumeration.
|
||||
//
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Package openrtb implements types for OpenRTB Specification v3.0
|
||||
// Package openrtb3 implements types for OpenRTB Specification v3.0
|
||||
// https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/OpenRTB%20v3.0%20FINAL.md
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
// OpenRTB top-level object is the root for both request and response payloads.
|
||||
// It includes versioning information and references to the Layer-4 domain model on which transactions are based.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb_test
|
||||
package openrtb3_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb_test
|
||||
package openrtb3_test
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package openrtb
|
||||
package openrtb3
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user