Skip to content

Commit 3222f47

Browse files
committed
remove GetRequest interface
1 parent f88742b commit 3222f47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

conversation/api.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ const (
3535
webhooksPath = "webhooks"
3636
)
3737

38-
type GetRequest interface {
39-
QueryParams() string
40-
}
41-
4238
// PaginationRequest can be used to set pagination options in List().
4339
type PaginationRequest struct {
4440
Limit, Offset int

0 commit comments

Comments
 (0)