Skip to content

Commit bf37ba2

Browse files
feat: filter operations by wallet id (#15)
1 parent bc33185 commit bf37ba2

4 files changed

Lines changed: 47 additions & 0 deletions

File tree

client/client.gen.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ginserver/ginserver.gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ paths:
528528
description: Filter operations by wallet address
529529
schema:
530530
type: string
531+
- in: query
532+
name: wallet_id
533+
description: Filter operations by wallet ID
534+
schema:
535+
type: string
536+
format: uuid
531537
responses:
532538
"200":
533539
description: Successful operation

stdserver/stdserver.gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)