Skip to content

Commit

Permalink
fix: add the missing Params attribute in Service struct
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Aug 17, 2021
1 parent 9cc6c25 commit 7de4925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type Service struct {
Resource string
Context context.Context
Topics map[string]string
Params map[string]string
}

func (s *Service) GetResourceName() string {
Expand Down

0 comments on commit 7de4925

Please sign in to comment.