Int32 creates an int32 parameter. nolint:revive
(key string, value int32)
| 30 | // |
| 31 | //nolint:revive |
| 32 | func Int32(key string, value int32) int64Param { |
| 33 | return int64Param{Key: key, Value: int64(value)} |
| 34 | } |
| 35 | |
| 36 | // Bool creates a bool parameter. |
| 37 | // |
no outgoing calls