Int creates an int parameter. nolint:revive
(key string, value int)
| 23 | // |
| 24 | //nolint:revive |
| 25 | func Int(key string, value int) int64Param { |
| 26 | return int64Param{Key: key, Value: int64(value)} |
| 27 | } |
| 28 | |
| 29 | // Int32 creates an int32 parameter. |
| 30 | // |
no outgoing calls