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