Package-level declarations

Types

Link copied to clipboard

Defines the DeleteAllGalleryUseCase contract for the SDAI domain layer.

Link copied to clipboard
internal class DeleteAllGalleryUseCaseImpl(val generationResultRepository: GenerationResultRepository) : DeleteAllGalleryUseCase

Implements DeleteAllGalleryUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the DeleteGalleryItemsUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements DeleteGalleryItemsUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the DeleteGalleryItemUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements DeleteGalleryItemUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetAllGalleryUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetAllGalleryUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetGalleryItemsUseCase contract for the SDAI domain layer.

Link copied to clipboard
internal class GetGalleryItemsUseCaseImpl(val generationResultRepository: GenerationResultRepository) : GetGalleryItemsUseCase

Implements GetGalleryItemsUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the GetMediaStoreInfoUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetMediaStoreInfoUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the ToggleImageVisibilityUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements ToggleImageVisibilityUseCase behavior in the SDAI domain layer.