This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
eventials.goevents
Watch
1
Star
0
Fork
0
You've already forked eventials.goevents
mirror of
https://github.com/eventials/goevents.git
synced
2025-05-01 13:48:56 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
eventials.goevents
/
messaging
/
producer.go
6 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
Add mock package.
2016-12-01 11:40:58 -02:00
package
messaging
Go messaging library.
2016-11-25 18:51:34 -02:00
Use interface to allow mocking.
2016-12-01 10:52:22 -02:00
type
Producer
interface
{
Publish
(
action
string
,
data
[
]
byte
)
error
Go messaging library.
2016-11-25 18:51:34 -02:00
}
Reference in New Issue
Copy Permalink