CASMapping is the predicate function for casmapping builders.
func(*sql.Selector)
| 17 | |
| 18 | // CASMapping is the predicate function for casmapping builders. |
| 19 | type CASMapping func(*sql.Selector) |
| 20 | |
| 21 | // Group is the predicate function for group builders. |
| 22 | type Group func(*sql.Selector) |
no outgoing calls
no test coverage detected