Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go.sum
13 changes: 13 additions & 0 deletions goimpl/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module github.com/LioRoger/subscribe_example/goimpl

go 1.14

require (
github.com/Shopify/sarama v1.27.0
github.com/actgardner/gogen-avro/v7 v7.1.1
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/linkedin/goavro v2.1.0+incompatible
github.com/mitchellh/mapstructure v1.3.3
github.com/stretchr/testify v1.6.1
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
)
56 changes: 56 additions & 0 deletions goimpl/lib/dtsavro/array_field.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions goimpl/lib/dtsavro/array_long.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions goimpl/lib/dtsavro/binary_geometry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading