mirror of
https://github.com/safing/portmaster
synced 2025-09-09 13:54:52 +00:00
Fix linter warnings
This commit is contained in:
parent
25ffffecf9
commit
c5bca9c8a2
7 changed files with 13 additions and 6 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue