Skip to content

Commit

Permalink
Add service name to return object
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Jul 10, 2017
1 parent 4febbcc commit d90ded2
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 @@ -16,6 +16,7 @@ import (

type Service struct {
ID string `json:"id"`
Name string `json:"name"`
Subject string `json:"_subject"`
Changes []Component `json:"changes"`
}
Expand Down

0 comments on commit d90ded2

Please sign in to comment.