Core outline
This commit is contained in:
parent
eeada83132
commit
2d3699ad00
7 changed files with 47 additions and 0 deletions
7
app/model/healthcheck.py
Normal file
7
app/model/healthcheck.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class HealthCheck:
|
||||
healthy: bool
|
||||
message: str
|
||||
Loading…
Add table
Add a link
Reference in a new issue