(ctx context.Context, cfg regosql.ConvertConfig)
| 204 | type PreparedAuthorized interface { |
| 205 | Authorize(ctx context.Context, object Object) error |
| 206 | CompileToSQL(ctx context.Context, cfg regosql.ConvertConfig) (string, error) |
| 207 | } |
| 208 | |
| 209 | // Filter takes in a list of objects, and will filter the list removing all |
no outgoing calls
no test coverage detected