()
| 88 | } |
| 89 | |
| 90 | func (s *FederationInternalAPI) FetcherName() string { |
| 91 | return fmt.Sprintf("FederationInternalAPI (wrapping %q)", s.keyRing.KeyDatabase.FetcherName()) |
| 92 | } |
| 93 | |
| 94 | // handleLocalKeys handles cases where the key request contains |
| 95 | // a request for our own server keys, either current or old. |
no outgoing calls
no test coverage detected