mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-07-06 01:30:02 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
package model
|
|
|
|
type Method struct {
|
|
Name string
|
|
Args []*Field
|
|
Return []*Field
|
|
}
|