Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 21, 2025
1 parent f7ff64e commit abba9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flow/connectors/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ type ClickHouseConnector struct {
}

type ClickHouseDestinationCheckInput struct {

Check failure on line 39 in flow/connectors/clickhouse/clickhouse.go

View workflow job for this annotation

GitHub Actions / lint

fieldalignment: struct with 40 pointer bytes could be 32 (govet)
Resync bool
DoInitialSnapshot bool
SyncedAtColName string
TableNameSchemaMapping map[string]*protos.TableSchema
TableMappings []*protos.TableMapping
SyncedAtColName string
Resync bool
DoInitialSnapshot bool
}

func ValidateS3(ctx context.Context, creds *utils.ClickHouseS3Credentials) error {
Expand Down

0 comments on commit abba9a9

Please sign in to comment.