execute

open suspend override fun execute(parameter: GetDiscoveryDetailsParams): Resource<DiscoveryEvent>

Defines the use case logic to be executed.

Must be implemented by subclasses to perform the operation.

Return

A Resource with the result or an error.

Parameters

parameter

The input parameter for the use case.

Throws

If an error occurs during execution.