Module data is a repeated object of resources. Resources are repeated structs so of type any and include an identifier. Within the module definition all available resources are registered with the respected identifier.
You can query module data by a runtime, a module and a resource. This is than handles on runtime level and the request is parsed to the specific module. (Taurus or Action)
We will introduce a separate service to handle module definition changes on runtime, where you parse in an module identifier and the new module definition available.
Module data is a repeated object of resources. Resources are repeated structs so of type any and include an identifier. Within the module definition all available resources are registered with the respected identifier.
You can query module data by a runtime, a module and a resource. This is than handles on runtime level and the request is parsed to the specific module. (Taurus or Action)
We will introduce a separate service to handle module definition changes on runtime, where you parse in an module identifier and the new module definition available.