filter_query.go

Summary

Maintainability
B
4 hrs
Test Coverage
A
100%

FilterQuery has 32 methods (exceeds 20 allowed). Consider refactoring.
Open

type FilterQuery struct {
    Type  FilterOp
    Field string
    Value interface{}
    Inner []FilterQuery
Severity: Minor
Found in filter_query.go - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status