Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePathSyntax ¶
func ValidatePaths ¶
func ValidatePaths( value encodedvalue.Value, paths []string, subject string, ) error
Types ¶
type Record ¶
type Record struct {
Address string `json:"address"`
LibraryPath string `json:"library-path"`
SchemaVersion int `json:"schema-version"`
SchemaDigest string `json:"schema-digest"`
Value encodedvalue.Value `json:"value"`
SensitivePaths []string `json:"sensitive-paths"`
SensitiveValues []SensitiveValueRecord `json:"sensitive-values"`
Digest string `json:"digest"`
}
type SensitiveValueRecord ¶
Click to show internal directories.
Click to hide internal directories.