Files
gotsrpc/internal/model/method.go
Kevin Franklin Kim 1082046161 refactor: split files
2026-03-22 21:33:13 +01:00

8 lines
87 B
Go

package model
type Method struct {
Name string
Args []*Field
Return []*Field
}