Mappings & processing WIP
This commit is contained in:
parent
120e929469
commit
1d7c4c2dfd
4 changed files with 11 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ from typing import List
|
|||
|
||||
|
||||
@dataclass
|
||||
class WebhookRequest:
|
||||
class WebhookEvent:
|
||||
_id: str
|
||||
commit: str
|
||||
message: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue