move go client out
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package client
|
||||
|
||||
type MessagingClient struct {
|
||||
bootstrapBrokers []string
|
||||
}
|
||||
|
||||
func NewMessagingClient(bootstrapBrokers []string) *MessagingClient {
|
||||
return &MessagingClient{
|
||||
bootstrapBrokers: bootstrapBrokers,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user