Skip to content

Commit

Permalink
Add validate to data transfer service interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 2, 2024
1 parent 2861ad2 commit d1570b7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ class DataTransferService(IService, abc.ABC):
@abc.abstractmethod
def transfer(self) -> None:
pass

@abc.abstractmethod
def validate(self) -> bool:
pass

0 comments on commit d1570b7

Please sign in to comment.