CASBackend is the predicate function for casbackend builders.
func(*sql.Selector)
| 14 | |
| 15 | // CASBackend is the predicate function for casbackend builders. |
| 16 | type CASBackend func(*sql.Selector) |
| 17 | |
| 18 | // CASMapping is the predicate function for casmapping builders. |
| 19 | type CASMapping func(*sql.Selector) |
no outgoing calls
no test coverage detected