Alert is the predicate function for alert builders.
func(*sql.Selector)
| 8 | |
| 9 | // Alert is the predicate function for alert builders. |
| 10 | type Alert func(*sql.Selector) |
| 11 | |
| 12 | // AllowList is the predicate function for allowlist builders. |
| 13 | type AllowList func(*sql.Selector) |
no outgoing calls
no test coverage detected
searching dependent graphs…