Commit c6d479e
committed
refactor: renames schema to dto
i had been looking for a more appropriate name for the schema package
which holds our pyndatic models for marshalling and unmarshalling payloads
while models represent the persistent data models, schema was an ambigious
name for the function the pyndantic models bring to the app.
data transfer objects or dto is a much more appropriate name, thanks
@s3rius and the @taskiq-python project for springing this idea.
CLOSES #831 parent 9d1d558 commit c6d479e
7 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments