(ctx context.Context, providerId string, input *ai_key_dto.Create)
| 10 | |
| 11 | type IKeyModule interface { |
| 12 | Create(ctx context.Context, providerId string, input *ai_key_dto.Create) error |
| 13 | Edit(ctx context.Context, providerId string, id string, input *ai_key_dto.Edit) error |
| 14 | Delete(ctx context.Context, providerId string, id string) error |
| 15 | Get(ctx context.Context, providerId string, id string) (*ai_key_dto.Key, error) |
no outgoing calls
no test coverage detected