(key string, value time.Time)
| 382 | AddInt8(key string, value int8) |
| 383 | AddString(key, value string) |
| 384 | AddTime(key string, value time.Time) |
| 385 | AddUint(key string, value uint) |
| 386 | AddUint64(key string, value uint64) |
| 387 | AddUint32(key string, value uint32) |
no outgoing calls