for arbitrary bytes
(key string, value []byte)
| 369 | // Built-in types. |
| 370 | AddBinary(key string, value []byte) // for arbitrary bytes |
| 371 | AddByteString(key string, value []byte) // for UTF-8 encoded bytes |
| 372 | AddBool(key string, value bool) |
| 373 | AddComplex128(key string, value complex128) |
| 374 | AddComplex64(key string, value complex64) |
no outgoing calls