fix: apiservice template rpc generate filepath
This commit is contained in:
parent
86ef6e86bf
commit
c3800bcf99
@ -10,7 +10,7 @@ option go_package = "{{.Name}}/gen;genv1";
|
|||||||
// @route_group: true
|
// @route_group: true
|
||||||
// @base_url: /v1/file
|
// @base_url: /v1/file
|
||||||
// @gen_to: ./services/controller/v1/file_controller.go
|
// @gen_to: ./services/controller/v1/file_controller.go
|
||||||
// @rpc_to: ./services/rpc/v1/file_impl.go
|
// @rpc_to: ./services/microservice/v1/file_service.go
|
||||||
service FileService {
|
service FileService {
|
||||||
// @desc: 列表
|
// @desc: 列表
|
||||||
// @author: Young Xu
|
// @author: Young Xu
|
||||||
|
Loading…
Reference in New Issue
Block a user