Method
Edit
(ctx *gin.Context, providerId string, id string, input *ai_key_dto.Edit)
Source from the content-addressed store, hash-verified
| 28 | } |
| 29 | |
| 30 | func (i *imlAIKeyController) Edit(ctx *gin.Context, providerId string, id string, input *ai_key_dto.Edit) error { |
| 31 | return i.module.Edit(ctx, providerId, id, input) |
| 32 | } |
| 33 | |
| 34 | func (i *imlAIKeyController) Delete(ctx *gin.Context, providerId string, id string) error { |
| 35 | return i.module.Delete(ctx, providerId, id) |
Callers
nothing calls this directly
Tested by
no test coverage detected