openrtb3: rename package to openrtb3 (avoid surprises)

This commit is contained in:
Max Cherry
2018-12-28 13:49:37 +02:00
parent 494004dca1
commit d0bcd50088
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
// AuctionType defines an auction type.
type AuctionType int64
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
// Body is a top-level wrapper for OpenRTB requests.
type Body struct {
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
// LossReason represents OpenRTB Loss Reason Code enumeration.
//
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
// NoBidReason represents OpenRTB No-Bid Reason Code enumeration.
//
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
package openrtb_test
package openrtb3_test
import (
"testing"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb_test
package openrtb3_test
import (
"encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package openrtb
package openrtb3
import "encoding/json"