(ctx context.Context, keyword string, condition map[string]interface{})
| 21 | |
| 22 | Search(ctx context.Context, keyword string, condition map[string]interface{}, sortRule ...string) ([]*T, error) |
| 23 | Count(ctx context.Context, keyword string, condition map[string]interface{}) (int64, error) |
| 24 | //CountByGroup(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string) (map[string]int64, error) |
| 25 | SearchByPage(ctx context.Context, keyword string, condition map[string]interface{}, page int, pageSize int, sortRule ...string) ([]*T, int64, error) |
| 26 | } |
no outgoing calls
no test coverage detected