(ctx *gin.Context, id string)
| 55 | } |
| 56 | |
| 57 | func (i *imlProviderController) Provider(ctx *gin.Context, id string) (*ai_dto.Provider, error) { |
| 58 | return i.module.Provider(ctx, id) |
| 59 | } |
| 60 | |
| 61 | func (i *imlProviderController) SimpleProvider(ctx *gin.Context, id string) (*ai_dto.SimpleProvider, error) { |
| 62 | return i.module.SimpleProvider(ctx, id) |