Skip to content

Commit

Permalink
add: SearchMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Mar 29, 2023
1 parent cce2f01 commit 3f9bad6
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## Support APIs

API Count: 733, Event Count: 103
API Count: 736, Event Count: 103

<details>
<summary>
Expand Down Expand Up @@ -77,6 +77,8 @@ API Count: 733, Event Count: 103
- DeleteAdminBadgeGrant
- AppLink
- OpenLark
- OpenScan
- OpenWorkbench
- OpenMiniProgram
- OpenWebApp
- OpenChat
Expand All @@ -92,7 +94,6 @@ API Count: 733, Event Count: 103
- OpenTaskCreate
- OpenTaskDetail
- OpenTaskTab
- OpenScan
- Application
- GetApplicationRecommendRuleList
- IsApplicationUserAdmin
Expand Down Expand Up @@ -823,6 +824,8 @@ API Count: 733, Event Count: 103
- BatchOpenPersonalSettingsSystemStatus
- BatchClosePersonalSettingsSystemStatus
- Search
- SearchMessage
- SearchApp
- CreateSearchDataSource
- GetSearchDataSource
- UpdateSearchDataSource
Expand Down
7 changes: 5 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## 支持的接口

API 总数: 733, 事件总数: 103
API 总数: 736, 事件总数: 103

<details>
<summary>
Expand Down Expand Up @@ -77,6 +77,8 @@ API 总数: 733, 事件总数: 103
- DeleteAdminBadgeGrant
- AppLink
- OpenLark
- OpenScan
- OpenWorkbench
- OpenMiniProgram
- OpenWebApp
- OpenChat
Expand All @@ -92,7 +94,6 @@ API 总数: 733, 事件总数: 103
- OpenTaskCreate
- OpenTaskDetail
- OpenTaskTab
- OpenScan
- Application
- GetApplicationRecommendRuleList
- IsApplicationUserAdmin
Expand Down Expand Up @@ -823,6 +824,8 @@ API 总数: 733, 事件总数: 103
- BatchOpenPersonalSettingsSystemStatus
- BatchClosePersonalSettingsSystemStatus
- Search
- SearchMessage
- SearchApp
- CreateSearchDataSource
- GetSearchDataSource
- UpdateSearchDataSource
Expand Down
86 changes: 86 additions & 0 deletions api_search_message_search.go

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

2 changes: 2 additions & 0 deletions mock.go

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

52 changes: 52 additions & 0 deletions test/search_sample_test.go

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

0 comments on commit 3f9bad6

Please sign in to comment.