This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
go-rabbitmq
mirror of
https://github.com/wagslane/go-rabbitmq
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
Merge branch 'main' of
https://github.com/Qiu-zzz/go-rabbitmq
into main
pull/37/head
QiuzZz
4 years ago
parent
58fd376df4
f27ea86185
commit
76bb6cd419
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
consume.go
+ 1
- 0
consume.go
View File
@ -10,6 +10,7 @@ import (
// Action is an action that occurs after processed this delivery
type
Action
int
// Handler defines the handler of each Delivery and return Action
type
Handler
func
(
d
Delivery
)
(
action
Action
)
Write
Preview
Loading…
Cancel
Save