-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/callback before upload (#105)
* add callbacks * add missing uses * unit testing * Delete unused namespace * typehint callable * delete callBefore and add callWithReturnTypeCheck * remove before save exception test * Delete before upload, add verifyFile and modifySource * unit tests * Remove unused exception file and namespaces * Delete ModifySource * Add VerifySource to VerifyFile and return true or throw exception * Update wrong comment * add documentation * typehint the source adapter and add params types in description * Change return type of verifyFile from true to void * Update documentation of veirfyFile
- Loading branch information
1 parent
a5ae86b
commit 6379ded
Showing
3 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters