UInt32 creates a uint32 parameter. nolint:revive
(key string, value uint32)
| 59 | // |
| 60 | //nolint:revive |
| 61 | func UInt32(key string, value uint32) uint64Param { |
| 62 | return uint64Param{Key: key, Value: uint64(value)} |
| 63 | } |
| 64 | |
| 65 | // Duration creates a duration parameter. |
| 66 | // |
no outgoing calls
no test coverage detected