(ctx *gin.Context, keyword string)
| 10 | |
| 11 | type IProviderController interface { |
| 12 | ConfiguredProviders(ctx *gin.Context, keyword string) ([]*ai_dto.ConfiguredProviderItem, error) |
| 13 | UnConfiguredProviders(ctx *gin.Context) ([]*ai_dto.ProviderItem, error) |
| 14 | SimpleProviders(ctx *gin.Context) ([]*ai_dto.SimpleProviderItem, error) |
| 15 | SimpleConfiguredProviders(ctx *gin.Context, all string) ([]*ai_dto.SimpleProviderItem, *ai_dto.BackupProvider, error) |
no outgoing calls
no test coverage detected