Define more than one Type
per Attestor
#193
Annotations
4 errors
attestation/vex/vex.go#L39
cannot use &Attestor{} (value of type *Attestor) as attestation.Attestor value in variable declaration: *Attestor does not implement attestation.Attestor (wrong type for method Type)
|
attestation/vex/vex.go#L43
cannot use Type (untyped string constant "https://openvex.dev/ns") as attestation.TypeSet value in argument to attestation.RegisterAttestation
|
attestation/vex/vex.go#L44
cannot use New() (value of type *Attestor) as attestation.Attestor value in return statement: *Attestor does not implement attestation.Attestor (wrong type for method Type)
|
|
This job failed
Loading