Skip to content

Commit

Permalink
Removed an unused method from the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe committed May 9, 2024
1 parent 553d5b5 commit 5df60b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/fixed/subscriptions/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type HttpClient interface {

type TaskWaiter interface {
WaitForResourceId(ctx context.Context, id string) (int, error)
WaitForResource(ctx context.Context, id string, resource interface{}) error
Wait(ctx context.Context, id string) error
}

Expand Down

0 comments on commit 5df60b7

Please sign in to comment.