Skip to content

Commit 826ac9c

Browse files
Rename Request interface method from Do to Perform following #618 (#627) (#628)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent d7117e6 commit 826ac9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedapi/typedclient.request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ import (
2424

2525
// Request defines the TypedApi requests.
2626
type Request interface {
27-
Do(ctx context.Context) (*http.Response, error)
27+
Perform(ctx context.Context) (*http.Response, error)
2828
}

0 commit comments

Comments
 (0)