()
| 71 | } |
| 72 | |
| 73 | func (v *Verifier) Close() error { |
| 74 | if v.fetchCancel != nil { |
| 75 | v.fetchCancel() |
| 76 | } |
| 77 | return nil |
| 78 | } |
| 79 | |
| 80 | // FetchRecord prepares the Verifier by starting the policy lookup. Lookup is |
| 81 | // performed asynchronously to improve performance. |