搜索操作
(ctx context.Context, query *SearchQuery)
| 200 | |
| 201 | // 搜索操作 |
| 202 | Search(ctx context.Context, query *SearchQuery) ([]*SearchResult, error) |
| 203 | SearchSimilar(ctx context.Context, id string, maxResults int) ([]*SearchResult, error) |
| 204 | |
| 205 | // 关系操作 |
no outgoing calls
no test coverage detected