Skip to content

Commit

Permalink
delete old paramgen files
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Dec 3, 2024
1 parent 6828405 commit 5377c33
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 206 deletions.
2 changes: 0 additions & 2 deletions destination.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package connectorname

//go:generate paramgen -output=paramgen_dest.go DestinationConfig

import (
"context"

Expand Down
98 changes: 0 additions & 98 deletions paramgen_dest.go

This file was deleted.

103 changes: 0 additions & 103 deletions paramgen_src.go

This file was deleted.

2 changes: 0 additions & 2 deletions source.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package connectorname

//go:generate paramgen -output=paramgen_src.go SourceConfig

import (
"context"

Expand Down
2 changes: 1 addition & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package main

import (
_ "github.com/conduitio/conduit-commons/paramgen"
_ "github.com/conduitio/conduit-connector-sdk/specgen"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "mvdan.cc/gofumpt"
)

0 comments on commit 5377c33

Please sign in to comment.