package
0.10.0
Repository: https://github.com/guacsec/guac.git
Documentation: pkg.go.dev

# Constants

No description provided by the author

# Structs

No description provided by the author
SimpleDocProc is a document processor for a simple document It is of JSON blob type It should have an issuer field, that should match up with issuer URI in TrustInformation # SourceInformation should be propagated Schema check should include: issuer (required) - string info (optional) - string nested - list of objects that match currnet schema and no other fields Example object is { "issuer": "google.com", "info": "this is a cool document" } Example object with nested is { "issuer": "google.com", "info": "this is a cool document", "nested": [{ "issuer": "google.com", "info": "this is a cooler nested doc 1" },{ "issuer": "google.com", "info": "this is a cooler nested doc 2" }] }.