move go client out

This commit is contained in:
Chris Lu
2020-04-18 12:11:50 -07:00
parent 5af49c7aa5
commit ef1274edc9
3 changed files with 0 additions and 39 deletions

View File

@@ -1,11 +0,0 @@
package client
type MessagingClient struct {
bootstrapBrokers []string
}
func NewMessagingClient(bootstrapBrokers []string) *MessagingClient {
return &MessagingClient{
bootstrapBrokers: bootstrapBrokers,
}
}