blob: aa42e4edff81bcdb926a6ad4a45ebe8d13ee230e [file] [log] [blame]
// 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: 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))
}