mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
sort imports
This commit is contained in:
@@ -2,9 +2,10 @@ package filters
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/cloudflare/unsee/models"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/cloudflare/unsee/models"
|
||||
)
|
||||
|
||||
// FilterT provides methods for interacting with alert filters
|
||||
|
||||
@@ -2,9 +2,10 @@ package filters
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/cloudflare/unsee/models"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/cloudflare/unsee/models"
|
||||
)
|
||||
|
||||
type ageFilter struct {
|
||||
|
||||
@@ -2,9 +2,10 @@ package filters
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/cloudflare/unsee/models"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/cloudflare/unsee/models"
|
||||
)
|
||||
|
||||
type labelFilter struct {
|
||||
|
||||
@@ -2,9 +2,10 @@ package filters
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/cloudflare/unsee/models"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/cloudflare/unsee/models"
|
||||
)
|
||||
|
||||
type limitFilter struct {
|
||||
|
||||
Reference in New Issue
Block a user