// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
// This file was auto-generated by the vanadium vdl tool. | |
// Source: writer.vdl | |
package lib | |
import ( | |
// VDL system imports | |
"v.io/v23/vdl" | |
// VDL user imports | |
"v.io/v23/vtrace" | |
) | |
// The response from the javascript server to the proxy. | |
type ServerRpcReply struct { | |
Results []*vdl.Value | |
Err error | |
TraceResponse vtrace.Response | |
} | |
func (ServerRpcReply) __VDLReflect(struct { | |
Name string "v.io/x/ref/services/wsprd/lib.ServerRpcReply" | |
}) { | |
} | |
func init() { | |
vdl.Register((*ServerRpcReply)(nil)) | |
} |