mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-23 01:06:43 +00:00
refactor(services): add OwnedPath struct
This commit is contained in:
parent
df5b318fff
commit
6057e350ef
7
selfprivacy_api/services/owned_path.py
Normal file
7
selfprivacy_api/services/owned_path.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
|
class OwnedPath(BaseModel):
|
||||||
|
path: str
|
||||||
|
owner: str
|
||||||
|
group: str
|
Loading…
Reference in a new issue