nuts-foundation/go-leia

View on GitHub
search.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

exported type QueryPart should have comment or be unexported
Open

type QueryPart interface {
Severity: Minor
Found in search.go by golint

exported method Query.And should have comment or be unexported
Invalid

func (q Query) And(part QueryPart) Query {
Severity: Minor
Found in search.go by golint

There are no issues that match your filters.

Category
Status