(ctx context.Context, serviceIds ...string)
| 22 | CommitDoc(ctx context.Context, serviceId string, data *Doc) error |
| 23 | |
| 24 | APICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error) |
| 25 | |
| 26 | GetDocCommit(ctx context.Context, commitId string) (*commit.Commit[DocCommit], error) |
| 27 | // LatestDocCommit 获取最新文档 |
no outgoing calls
no test coverage detected