Skip to content

Commit

Permalink
[TT-13201] Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Oct 31, 2024
1 parent ea12210 commit fa8a3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apidef/oas/tyk_streaming_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package oas

// XTykStreaming represents the structure for Tyk streaming configurations.
type XTykStreaming struct {
// Streams contains the configurations related to Tyk Streams
// Streams contains the configurations related to Tyk Streams.
Streams map[string]interface{} `bson:"streams" json:"streams"` // required
}
3 changes: 2 additions & 1 deletion apidef/streams/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import (
"embed"
"errors"
"fmt"
"github.com/TykTechnologies/tyk/apidef/oas"
"path/filepath"
"sort"
"strings"
"sync"

"github.com/TykTechnologies/tyk/apidef/oas"

"github.com/buger/jsonparser"
"github.com/hashicorp/go-multierror"
pkgver "github.com/hashicorp/go-version"
Expand Down

0 comments on commit fa8a3ba

Please sign in to comment.