protoc-gen-ts/internal/plugin/const.go

15 lines
198 B
Go
Raw Normal View History

2025-04-17 00:10:46 +08:00
package plugin
var (
AllSrvMethods []SrvMethod
)
type SrvMethod struct {
PkgName string
ServiceName string
MethodName string
Comment string
In string
Out string
}