// 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)) | |
} |