-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update server to match sdk interface for modular checks
- Loading branch information
1 parent
bd8916f
commit 2814eb2
Showing
10 changed files
with
359 additions
and
242 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
from .rebuff import ( | ||
ApiFailureResponse, | ||
DetectApiRequest, | ||
DetectApiSuccessResponse, | ||
DetectResponse, | ||
Rebuff, | ||
TacticName, | ||
TacticOverride, | ||
TacticResult, | ||
) | ||
|
||
from .sdk import RebuffSdk, RebuffDetectionResponse | ||
|
||
__all__ = [ | ||
"Rebuff", | ||
"DetectApiSuccessResponse", | ||
"ApiFailureResponse", | ||
"DetectApiRequest", | ||
"DetectResponse", | ||
"RebuffSdk", | ||
"RebuffDetectionResponse", | ||
"TacticName", | ||
"TacticOverride", | ||
"TacticResult", | ||
] |
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
Oops, something went wrong.