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

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
}