Skip to content

Commit

Permalink
missed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
vgw-chriskruger committed May 31, 2024
1 parent 14730d2 commit 278bb49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/zendesk.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ type Client interface {
ShowOrganization(int64) (*Organization, error)
ShowTicket(int64) (*Ticket, error)
ShowUser(int64) (*User, error)
ShowGroup(int64) (*Group, error)
UpdateIdentity(int64, int64, *UserIdentity) (*UserIdentity, error)
UpdateOrganization(int64, *Organization) (*Organization, error)
UpdateTicket(int64, *Ticket) (*Ticket, error)
Expand Down

0 comments on commit 278bb49

Please sign in to comment.