Skip to content

Commit

Permalink
Add interface for mock
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Mar 12, 2019
1 parent 966cc25 commit 5765690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Group struct {
// GroupAPI an interface containing all methods associated with zendesk groups
type GroupAPI interface {
GetGroups() ([]Group, Page, error)
GetGroup(groupID int64) (Group, error)
CreateGroup(group Group) (Group, error)
}

Expand Down

0 comments on commit 5765690

Please sign in to comment.