dev
This commit is contained in:
14
internal/plugin/const.go
Normal file
14
internal/plugin/const.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package plugin
|
||||
|
||||
var (
|
||||
AllSrvMethods []SrvMethod
|
||||
)
|
||||
|
||||
type SrvMethod struct {
|
||||
PkgName string
|
||||
ServiceName string
|
||||
MethodName string
|
||||
Comment string
|
||||
In string
|
||||
Out string
|
||||
}
|
||||
Reference in New Issue
Block a user