Skip to content

Commit

Permalink
V3.0 (#14)
Browse files Browse the repository at this point in the history
* upgrade to v3.0

* for v3.0 fixing issue aboout auto generated file

* for v3.0 fixing issue aboout auto generated file

* for v3.0 fixing issue aboout auto generated file

* for v3.0

* update specs

* for v3.0 fixing issue aboout auto generated file

* update specs

* update spec

* for v3.0 fixing issue aboout auto generated file

* update test-data.md
  • Loading branch information
wujjpp authored Jun 8, 2022
1 parent a3a3519 commit 2d77561
Show file tree
Hide file tree
Showing 17 changed files with 3,689 additions and 721 deletions.
10 changes: 7 additions & 3 deletions specs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# thrift定义文件来源

[root](https://github.com/vesoft-inc/nebula-common/tree/master/src/common/interface)
[common.thrift](https://raw.githubusercontent.com/vesoft-inc/nebula-common/master/src/common/interface/common.thrift)
[graph.thrift](https://raw.githubusercontent.com/vesoft-inc/nebula-common/master/src/common/interface/graph.thrift)
[root](https://github.com/vesoft-inc/nebula/tree/master/src/interface)
[common.thrift](https://github.com/vesoft-inc/nebula/blob/master/src/interface/common.thrift)
[graph.thrift](https://github.com/vesoft-inc/nebula/blob/master/src/interface/graph.thrift)

```shell
thrift-0.14.1.exe -r --gen js:node graph.thrift
```
Loading

0 comments on commit 2d77561

Please sign in to comment.