Skip to content

Commit

Permalink
changed typedef from struct_rd_kafka_mock_cluster_s to rd_kafka_mock_…
Browse files Browse the repository at this point in the history
…cluster_t
  • Loading branch information
kkoehler committed Mar 22, 2022
1 parent 3aaf08a commit e44f2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/mockcluster.go
Expand Up @@ -29,7 +29,7 @@ import "C"
// for testing.
type MockCluster struct {
rk *C.rd_kafka_t
mcluster *C.struct_rd_kafka_mock_cluster_s
mcluster *C.rd_kafka_mock_cluster_t
}

// NewMockCluster provides a mock Kafka cluster with a configurable
Expand Down

0 comments on commit e44f2f3

Please sign in to comment.