Skip to content

Commit

Permalink
removed unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
KalmanMeth committed Mar 5, 2023
1 parent 0d32206 commit 762d5f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/pipeline/ingest/ingest_synthetic.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ import (
)

type IngestSynthetic struct {
params api.IngestSynthetic
//decoder decode.Decoder
params api.IngestSynthetic
exitChan <-chan struct{}
//PrevRecords []config.GenericMap
//TotalRecords int
}

const (
Expand Down

0 comments on commit 762d5f1

Please sign in to comment.