Cluas
Cluas
I just solved by this way, only the file into the folder under the dash. [https://support.apple.com/en-us/HT210598](url)
https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection
It is recommended to understand what grpc reflection is first.
https://github.com/go-kratos/kratos/blob/main/api/metadata/server.go#L18
https://github.com/go-kratos/kratos/blob/0ce9e8d069995989a56b827a15c15a91cdfa5a9e/transport/grpc/server.go#L164
https://github.com/go-kratos/kratos/blob/0ce9e8d069995989a56b827a15c15a91cdfa5a9e/api/metadata/server.go#L67
https://github.com/google/gnostic-grpc, It might be possible to use this tool to convert openapi into a grpc service definition first, and then go through the original process
我查查
> schedule: > - cron: 0 2,14 * * * > > 这里的时间可以设为随机的吗? 好像不支持,不过你可以换个思路,把cron设置每次都跑,然后在脚本代码里随机决定跑还是不跑
加下不难 但是感觉不是啥必须的东西