Skip to content

Commit

Permalink
Merge pull request #68 from xushiwei/ydb
Browse files Browse the repository at this point in the history
article => doc
  • Loading branch information
xushiwei authored Feb 8, 2024
2 parents 4d491a2 + 1dfe320 commit 36e8dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ydb/demo/foo/article_ydb.gox
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class "Articles", => {
api "listByTag", func(tag string) (result []ArticleEntry) {
var ids []string
query "tag.name=?", tag
ret "tag.article", &ids
ret "tag.doc", &ids

query "id=?", ids
ret &result
Expand Down
2 changes: 1 addition & 1 deletion ydb/demo/foo/gop_autogen.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (this *article) Main() {
//line ydb/demo/foo/article_ydb.gox:43:1
this.Query__1("tag.name=?", tag)
//line ydb/demo/foo/article_ydb.gox:44:1
this.Ret__1("tag.article", &ids)
this.Ret__1("tag.doc", &ids)
//line ydb/demo/foo/article_ydb.gox:46:1
this.Query__1("id=?", ids)
//line ydb/demo/foo/article_ydb.gox:47:1
Expand Down

0 comments on commit 36e8dde

Please sign in to comment.