Skip to content

Commit

Permalink
Added subscriber headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Dec 20, 2013
1 parent eb5861c commit bbc9576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -23,3 +23,4 @@ _testmain.go

*.sublime*
.idea/
*.iml
1 change: 1 addition & 0 deletions mq/mq.go
Expand Up @@ -16,6 +16,7 @@ type Queue struct {

type QueueSubscriber struct {
URL string `json:"url"`
Headers map[string]string `json:"headers,omitempty"`
}

type QueueInfo struct {
Expand Down

0 comments on commit bbc9576

Please sign in to comment.