()
| 13 | type IncompleteVerificationError struct{} |
| 14 | |
| 15 | func (e IncompleteVerificationError) Error() string { |
| 16 | return "verification is incomplete" |
| 17 | } |
| 18 | |
| 19 | type VerificationResult struct { |
| 20 | DataCorrect bool |
nothing calls this directly
no outgoing calls
no test coverage detected