// 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: caveats.vdl | |
package internal | |
import ( | |
// VDL system imports | |
"v.io/v23/vdl" | |
// VDL user imports | |
"v.io/v23/security" | |
"v.io/v23/uniqueid" | |
) | |
// LoggingCaveat is a caveat that will always validate but it logs the parameter on every attempt to validate it. | |
var LoggingCaveat = security.CaveatDescriptor{ | |
Id: uniqueid.Id{ | |
176, | |
52, | |
28, | |
237, | |
226, | |
223, | |
129, | |
189, | |
237, | |
112, | |
151, | |
187, | |
85, | |
173, | |
128, | |
0, | |
}, | |
ParamType: vdl.TypeOf([]string(nil)), | |
} |