Files
hmq/plugins/bridge/mock.go
T

8 lines
113 B
Go

package bridge
type mockMQ struct{}
func (m *mockMQ) Publish(e *Elements) (bool, error) {
return false, nil
}