Skip to content

Commit

Permalink
Add event pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Aug 22, 2017
1 parent 06d70c9 commit bfdf125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ func Config() Service {
func Credentials() Service {
return Service{key: "credentials"}
}

func EventPipe() Service {
return Service{key: "eventpipe"}
}

0 comments on commit bfdf125

Please sign in to comment.