Fix linter warnings

This commit is contained in:
Daniel 2023-09-14 15:58:32 +02:00
parent 25ffffecf9
commit c5bca9c8a2
7 changed files with 13 additions and 6 deletions

View file

@ -5,11 +5,13 @@ import (
"fmt"
"strings"
"github.com/safing/portmaster/netquery/orm"
"golang.org/x/exp/slices"
"github.com/safing/portmaster/netquery/orm"
)
type (
// QueryRequestPayload describes the payload of a netquery query.
QueryRequestPayload struct {
Select Selects `json:"select"`
Query Query `json:"query"`