Skip to content

Commit

Permalink
feat: jssdk
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Oct 12, 2024
1 parent fba68a9 commit 9a4073f
Show file tree
Hide file tree
Showing 19 changed files with 1,198 additions and 262 deletions.
2 changes: 1 addition & 1 deletion auth/auth.pb.go

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

2 changes: 1 addition & 1 deletion conversation/conversation.pb.go

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

2 changes: 1 addition & 1 deletion errinfo/errinfo.pb.go

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

2 changes: 1 addition & 1 deletion gen.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal

rem Define array elements
set "PROTO_NAMES=auth conversation errinfo relation group msg msggateway push rtc sdkws third user statistics wrapperspb"
set "PROTO_NAMES=auth conversation errinfo relation group jssdk msg msggateway push rtc sdkws third user statistics wrapperspb"

rem Loop through each element in the array
for %%i in (%PROTO_NAMES%) do (
Expand Down
1 change: 1 addition & 0 deletions gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PROTO_NAMES=(
"errinfo"
"relation"
"group"
"jssdk"
"msg"
"msggateway"
"push"
Expand Down
2 changes: 1 addition & 1 deletion group/group.pb.go

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

Loading

0 comments on commit 9a4073f

Please sign in to comment.