Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
README: OCD: sort types by, umm, size
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmCherry authored Oct 12, 2018
1 parent 02394d6 commit 39d0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Master always contains latest code, so better use some package manager to vendor
## Types
- Key types should be chosen according to OpenRTB specification (attribute types)
- Numeric types:
- `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500)
- `int8` - short enums (with values <= 127), boolean-like attributes (like `BidRequest.test`)
- `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500)
- `uint64` - width, height, bitrate etc. (unbound positive numbers)
- `float64` - coordinates, prices etc.
- Enums:
Expand Down

0 comments on commit 39d0e97

Please sign in to comment.