|
@@ -14,19 +14,19 @@ import (
|
|
|
)
|
|
|
|
|
|
type (
|
|
|
- DocActivityResp = stdlib.DocActivityResp
|
|
|
Doc = stdlib.Doc
|
|
|
+ DocActivityReq = stdlib.DocActivityReq
|
|
|
+ DocInfo = stdlib.DocInfo
|
|
|
+ DocQueryRequest = stdlib.DocQueryRequest
|
|
|
+ DocQueryResponse = stdlib.DocQueryResponse
|
|
|
DocChangeReq = stdlib.DocChangeReq
|
|
|
DocChangeResp = stdlib.DocChangeResp
|
|
|
DocStatisticsReq = stdlib.DocStatisticsReq
|
|
|
DocGetCheckReq = stdlib.DocGetCheckReq
|
|
|
- DocActivity = stdlib.DocActivity
|
|
|
- DocQueryRequest = stdlib.DocQueryRequest
|
|
|
- DocQueryResponse = stdlib.DocQueryResponse
|
|
|
DocGetCheckResp = stdlib.DocGetCheckResp
|
|
|
- DocInfo = stdlib.DocInfo
|
|
|
DocGetContentResp = stdlib.DocGetContentResp
|
|
|
- DocActivityReq = stdlib.DocActivityReq
|
|
|
+ DocActivity = stdlib.DocActivity
|
|
|
+ DocActivityResp = stdlib.DocActivityResp
|
|
|
|
|
|
Stdlib interface {
|
|
|
DocQuery(ctx context.Context, in *DocQueryRequest) (*DocQueryResponse, error)
|