mirror of
https://github.com/safing/portbase
synced 2025-09-16 18:19:50 +00:00
Fix tests and linter warnings
This commit is contained in:
parent
7d2cd6c15d
commit
f59ad0357a
162 changed files with 668 additions and 696 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
// Endpoint describes an API Endpoint.
|
||||
// Path and at least one permission are required.
|
||||
// As is exactly one function.
|
||||
type Endpoint struct {
|
||||
type Endpoint struct { //nolint:maligned
|
||||
// Path describes the URL path of the endpoint.
|
||||
Path string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue