wgoodall01/wikipath

View on GitHub
web/query.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewQueryHandler should have comment or be unexported
Open

func NewQueryHandler(ind *wp.Index) *QueryHandler {
Severity: Minor
Found in web/query.go by golint

exported type QueryHandler should have comment or be unexported
Open

type QueryHandler struct {
Severity: Minor
Found in web/query.go by golint

exported type PathResponse should have comment or be unexported
Open

type PathResponse struct {
Severity: Minor
Found in web/query.go by golint

There are no issues that match your filters.

Category
Status