(ctx context.Context, input *Create)
| 44 | |
| 45 | Save(ctx context.Context, id string, model *Edit) error |
| 46 | Create(ctx context.Context, input *Create) (err error) |
| 47 | DeleteByService(ctx context.Context, serviceId string) error |
| 48 | } |
| 49 |
no outgoing calls
no test coverage detected