()
| 111 | } |
| 112 | |
| 113 | func (e *FederationClientError) Error() string { |
| 114 | return fmt.Sprintf("%s - (retry_after=%s, blacklisted=%v)", e.Err, e.RetryAfter.String(), e.Blacklisted) |
| 115 | } |
| 116 | |
| 117 | type QueryServerKeysRequest struct { |
| 118 | ServerName gomatrixserverlib.ServerName |