Skip to content

Commit

Permalink
dont use deprecated value as replacement function name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Oct 21, 2024
1 parent 07af52a commit ff70296
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions _examples/golang-basics/example.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _examples/golang-basics/example.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ service ExampleService
# Get user endpoint
#
# gives you basic info about user
@deprecated:GetUserV2
@deprecated
- GetUser(header: map<string,string>, userID: uint64) => (user: User)
- FindUser(s: SearchFilter) => (name: string, user: User)
- LogEvent(event: string)
4 changes: 2 additions & 2 deletions _examples/golang-imports/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff70296

Please sign in to comment.