| // This file was auto-generated by the vanadium vdl tool. |
| // The app package contains the struct that keeps per javascript app state and handles translating |
| // javascript requests to veyron requests and vice versa. |
| type VeyronRPCRequest struct { |
| // TODO(bjornick): Change Timeout to use time.WireDeadline instead. |
| TraceRequest vtrace.Request |
| func (VeyronRPCRequest) __VDLReflect(struct { |
| Name string "v.io/x/ref/services/wsprd/app.VeyronRPCRequest" |
| type VeyronRPCResponse struct { |
| TraceResponse vtrace.Response |
| func (VeyronRPCResponse) __VDLReflect(struct { |
| Name string "v.io/x/ref/services/wsprd/app.VeyronRPCResponse" |
| vdl.Register((*VeyronRPCRequest)(nil)) |
| vdl.Register((*VeyronRPCResponse)(nil)) |