Skip to content

Commit

Permalink
# feat(pb): 新增对延迟队列的支持。
Browse files Browse the repository at this point in the history
  • Loading branch information
guihouchang committed Nov 23, 2022
1 parent 6d7c15b commit e62316d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ type {{.ServiceType}}EventServer interface {
{{- end}}
}
type {{.ServiceType}}SubscriberGenerator func(topic string) message.Subscriber
func Register{{.ServiceType}}EventServer(r *message.Router, sg func(topic string) message.Subscriber, srv {{.ServiceType}}EventServer) {
{{- range .Methods}}
r.AddNoPublisherHandler(
Expand Down

0 comments on commit e62316d

Please sign in to comment.