| 16 | ) |
| 17 | |
| 18 | type Adaptor struct { |
| 19 | } |
| 20 | |
| 21 | func (a *Adaptor) ConvertGeminiRequest(*gin.Context, *relaycommon.RelayInfo, *dto.GeminiChatRequest) (any, error) { |
| 22 | //TODO implement me |
nothing calls this directly
no outgoing calls
no test coverage detected