-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate
mod.rs
file for each mode when splitting
- Loading branch information
1 parent
63df82e
commit 1f74c61
Showing
24 changed files
with
132 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
include!("message_A.rs"); | ||
include!("service_TestService.rs"); | ||
include!("enum_TestServiceTestResultRecv.rs"); | ||
include!("message_TestServiceTestArgsRecv.rs"); | ||
include!("enum_TestServiceTestResultSend.rs"); | ||
include!("message_TEST.rs"); | ||
include!("message_TestServiceTestArgsSend.rs"); |
1 change: 1 addition & 0 deletions
1
...a-build/test_data/thrift_workspace_with_split/output/article/src/article/image/cdn/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CDN.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/article/src/article/image/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_Image.rs"); |
9 changes: 9 additions & 0 deletions
9
pilota-build/test_data/thrift_workspace_with_split/output/article/src/article/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include!("enum_Status.rs"); | ||
include!("message_ArticleServiceGetArticleArgsRecv.rs"); | ||
include!("enum_ArticleServiceGetArticleResultSend.rs"); | ||
include!("message_GetArticleResponse.rs"); | ||
include!("message_ArticleServiceGetArticleArgsSend.rs"); | ||
include!("message_GetArticleRequest.rs"); | ||
include!("service_ArticleService.rs"); | ||
include!("enum_ArticleServiceGetArticleResultRecv.rs"); | ||
include!("message_Article.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/article/src/author/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_Author.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/article/src/common/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CommonData.rs"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ta-build/test_data/thrift_workspace_with_split/output/author/src/article/image/cdn/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CDN.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/author/src/article/image/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_Image.rs"); |
8 changes: 8 additions & 0 deletions
8
pilota-build/test_data/thrift_workspace_with_split/output/author/src/author/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
include!("service_AuthorService.rs"); | ||
include!("enum_AuthorServiceGetAuthorResultRecv.rs"); | ||
include!("message_AuthorServiceGetAuthorArgsRecv.rs"); | ||
include!("enum_AuthorServiceGetAuthorResultSend.rs"); | ||
include!("message_GetAuthorResponse.rs"); | ||
include!("message_AuthorServiceGetAuthorArgsSend.rs"); | ||
include!("message_GetAuthorRequest.rs"); | ||
include!("message_Author.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/author/src/common/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CommonData.rs"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ta-build/test_data/thrift_workspace_with_split/output/common/src/article/image/cdn/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CDN.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/common/src/article/image/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_Image.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/common/src/author/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_Author.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/common/src/common/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CommonData.rs"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/image/src/article/image/cdn/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CDN.rs"); |
8 changes: 8 additions & 0 deletions
8
pilota-build/test_data/thrift_workspace_with_split/output/image/src/article/image/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
include!("message_ImageServiceGetImageArgsRecv.rs"); | ||
include!("enum_ImageServiceGetImageResultSend.rs"); | ||
include!("message_GetImageResponse.rs"); | ||
include!("message_ImageServiceGetImageArgsSend.rs"); | ||
include!("message_GetImageRequest.rs"); | ||
include!("service_ImageService.rs"); | ||
include!("enum_ImageServiceGetImageResultRecv.rs"); | ||
include!("message_Image.rs"); |
1 change: 1 addition & 0 deletions
1
pilota-build/test_data/thrift_workspace_with_split/output/image/src/common/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include!("message_CommonData.rs"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters