(ctx context.Context, ID uuid.UUID)
| 77 | FindByIDInOrg(ctx context.Context, orgID, ID uuid.UUID) (*Integration, error) |
| 78 | FindByNameInOrg(ctx context.Context, orgID uuid.UUID, ID string) (*Integration, error) |
| 79 | SoftDelete(ctx context.Context, ID uuid.UUID) error |
| 80 | } |
| 81 | |
| 82 | type IntegrationAttachmentRepo interface { |
no outgoing calls
no test coverage detected