Duration creates a duration parameter. nolint:revive
(key string, value time.Duration)
| 66 | // |
| 67 | //nolint:revive |
| 68 | func Duration(key string, value time.Duration) durationParam { |
| 69 | return durationParam{Key: key, Value: value} |
| 70 | } |
| 71 | |
| 72 | // int64Param is a parameter that writes a int64 value to the JSON writer. |
| 73 | type int64Param struct { |
no outgoing calls