blob: a08f2cf52689d790bd43c162d8030bda8e62228a [file] [log] [blame]
// This file was auto-generated by the veyron vdl tool.
// Source: blessings.vdl
package principal
import (
// VDL system imports
"v.io/v23/vdl"
)
type BlessingsHandle struct {
Handle int32
PublicKey string
}
func (BlessingsHandle) __VDLReflect(struct {
Name string "v.io/x/ref/services/wsprd/principal.BlessingsHandle"
}) {
}
func init() {
vdl.Register((*BlessingsHandle)(nil))
}