(pred T)
| 28 | // PredicateWriter interface for writing VSA predicates to files |
| 29 | type PredicateWriter[T any] interface { |
| 30 | WritePredicate(pred T) (string, error) |
| 31 | } |
| 32 | |
| 33 | // PredicateAttestor interface for attesting VSA predicates and writing envelopes |
no outgoing calls
no test coverage detected