Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
agarkov.pavel3 committed Apr 29, 2024
1 parent a360b71 commit 28e4402
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion event/fun_event.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//package event
package event

//
//var FunListeningEvent ListeningEvent = "event.fun"
//
Expand Down
3 changes: 2 additions & 1 deletion event/order_event.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//package event
package event

//
//var OrderListeningEvent ListeningEvent = "event.order"
//
Expand Down
3 changes: 2 additions & 1 deletion subscriber/fun_subscriber.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//package subscriber
package subscriber

//
//import (
// "fmt"
Expand Down
3 changes: 2 additions & 1 deletion subscriber/order_subscriber.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//package subscriber
package subscriber

//
//import (
// "fmt"
Expand Down

0 comments on commit 28e4402

Please sign in to comment.