feat: service architecture

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim) 2023-06-18 11:16:40 +08:00
parent 70d2f93a40
commit 18ae8f67d0

31
.github/sync.yml vendored
View File

@ -47,18 +47,7 @@ OpenIMSDK/openim-sdk-core:
exclude: | exclude: |
sync.yml sync.yml
group: OpenIMSDK/OpenIM-Docs:
# first groupcommon to all warehouses
# TODO: add the required warehouse here
- repos: |
OpenIMSDK/OpenIM-Docs@main
files:
# - source: .gitingore
# dest: .gitingore
# replace: false
- source: LICENSE
dest: LICENSE
replace: false
- source: .github/workflows/ - source: .github/workflows/
dest: .github/workflows/ dest: .github/workflows/
exclude: | exclude: |
@ -67,3 +56,21 @@ group:
- source: script/githooks/ - source: script/githooks/
dest: scripts/githooks/ dest: scripts/githooks/
replace: false replace: false
group:
# first groupcommon to all warehouses
# TODO: add the required warehouse here
- repos: |
OpenIMSDK/OpenKF@main
OpenIMSDK/openim-miniprogram-demo@main
OpenIMSDK/openim-sdk-cpp@main
files:
- source: LICENSE
dest: LICENSE
replace: false
- source: .github/workflows/
dest: .github/workflows/
exclude: |
e2e-test.yml
sync.yml