forked from goodboy/tractor
Add todo for rigorous struct-type spec of `SpawnSpec` fields
parent
cca3206fd6
commit
63c23d6b82
|
@ -144,6 +144,8 @@ class SpawnSpec(
|
||||||
`Aid` msg.
|
`Aid` msg.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
# TODO: similar to the `Start` kwargs spec needed below, we need
|
||||||
|
# a hard `Struct` def for all of these fields!
|
||||||
_parent_main_data: dict
|
_parent_main_data: dict
|
||||||
_runtime_vars: dict[str, Any]
|
_runtime_vars: dict[str, Any]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue