Skip to content

Commit 4bfd037

Browse files
authored
Rename Request interface method from Do to Perform following #618 (#627)
1 parent 39a6954 commit 4bfd037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedapi/typedclient.request.go

+1-1
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)