Bool creates a bool parameter. nolint:revive
(key string, value bool)
| 37 | // |
| 38 | //nolint:revive |
| 39 | func Bool(key string, value bool) boolParam { return boolParam{Key: key, Value: value} } |
| 40 | |
| 41 | // Time creates a time parameter. |
| 42 | // |
no outgoing calls