reviewed struct key types

This commit is contained in:
Max Cherry
2015-05-30 12:35:49 +03:00
parent 8b44bb6ec8
commit 9238934b5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ type Deal struct {
// Type:
// string
// Description:
// Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned
// Currency specified using ISO-4217 alpha codes. This may be different from bid currency returned
// by bidder if this is allowed by the exchange.
BidFloorCur string `json:"bidfloorcur"`
+1 -1
View File
@@ -33,7 +33,7 @@ Common [OpenRTB](//github.com/openrtb/OpenRTB) [v2.3](//github.com/openrtb/OpenR
- [x] 4.2.3 Object: Bid
- [ ] Code quality/review
- [x] Review struct key types, which refer to section "5. Enumerated Lists Specification"
- [ ] Check types for struct keys (see Guidelines - Types)
- [x] Check types for struct keys (see Guidelines - Types)
- [x] Use struct pointers for optional keys (e.g., App.Content)
- [ ] Add json directive "omitempty" for optional keys