rpc.go 84 B

1234567
  1. package parser
  2. import "github.com/emicklei/proto"
  3. type RPC struct {
  4. *proto.RPC
  5. }