APIv1 cbv
This commit is contained in:
parent
de6184273a
commit
120e929469
3 changed files with 37 additions and 8 deletions
11
app/model/webhook.py
Normal file
11
app/model/webhook.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from dataclasses import dataclass
|
||||
from typing import List
|
||||
|
||||
|
||||
@dataclass
|
||||
class WebhookRequest:
|
||||
_id: str
|
||||
commit: str
|
||||
message: str
|
||||
started: str
|
||||
files: List[str]
|
||||
Loading…
Add table
Add a link
Reference in a new issue