mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-07 23:43:11 +00:00
docs
This commit is contained in:
parent
f68c3c176d
commit
9a74fea86a
@ -6,9 +6,11 @@ import macroutils
|
|||||||
import jobs
|
import jobs
|
||||||
export jobs
|
export jobs
|
||||||
|
|
||||||
|
# TODO: make these do something useful or remove them
|
||||||
|
|
||||||
template checkParamType*(obj: object): auto =
|
template checkParamType*(obj: object): auto =
|
||||||
for name, field in obj.fieldPairs():
|
# for name, field in obj.fieldPairs():
|
||||||
echo "field name: ", name
|
# echo "field name: ", name
|
||||||
obj
|
obj
|
||||||
|
|
||||||
template checkParamType*(obj: typed): auto =
|
template checkParamType*(obj: typed): auto =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user