Skip to content

Commit 190703b

Browse files
committed
docs: initial structure for parser docs
1 parent a6477cf commit 190703b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/content/utilities/parser.mdx

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,28 @@ You can also even use [a code generator tool](https://github.com/koxudaxi/datamo
4848

4949
## Parsing events
5050

51-
You can parse inbound events using **parser** decorator.
51+
You can parse inbound events using **event_parser** decorator.
5252

5353
You can also use the standalone **parse** function, if you want more control over data validation process such as handling data that doesn't conform with your model.
54+
55+
**TBW**
56+
57+
### event_parser decorator
58+
59+
**TBW**
60+
61+
### Parse function
62+
63+
**TBW**
64+
65+
## Built-in envelopes
66+
67+
**TBW**
68+
69+
## Extending built-in models
70+
71+
**TBW**
72+
73+
## Deep model validation
74+
75+
**TBW**

0 commit comments

Comments
 (0)