Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Nov 29, 2024
1 parent ab854f5 commit 88e84f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 162 deletions.
7 changes: 3 additions & 4 deletions filter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ package filter
import (
"fmt"

"github.com/segmentio/encoding/json"

"github.com/miku/span/formats/finc"
"github.com/segmentio/encoding/json"
)

// Filter returns go or no for a given record.
Expand Down Expand Up @@ -51,8 +50,8 @@ func (t *Tree) Apply(is finc.IntermediateSchema) bool {
return t.Root.Apply(is)
}

// Tagger takes a list of tags (ISILs) and annotates an intermediate schema
// according to a number of filters, defined per label. The tagger is loaded
// Tagger takes a list of labels (ISILs) and annotates an intermediate schema
// according to a number of filters, defined per labels The tagger is loaded
// directly from JSON.
type Tagger struct {
FilterMap map[string]Tree
Expand Down
96 changes: 0 additions & 96 deletions gitlab/gitlab.go

This file was deleted.

62 changes: 0 additions & 62 deletions gitlab/repo.go

This file was deleted.

0 comments on commit 88e84f2

Please sign in to comment.