mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-30 05:28:34 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
package bridge
|
|
|
|
type mockMQ struct{}
|
|
|
|
func (m *mockMQ) Publish(e *Elements) error {
|
|
return nil
|
|
}
|