README: OCD: sort types by, umm, size

This commit is contained in:
mxmCherry
2018-10-12 22:30:35 +03:00
committed by GitHub
parent 02394d6d16
commit 39d0e974b2
+1 -1
View File
@@ -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: