Files
protoc-gen-ts/internal/plugin/const.go
2025-04-17 00:10:46 +08:00

15 lines
198 B
Go

package plugin
var (
AllSrvMethods []SrvMethod
)
type SrvMethod struct {
PkgName string
ServiceName string
MethodName string
Comment string
In string
Out string
}