Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericComponent ¶
type GenericComponentGlue ¶
type GenericComponentGlue[ARGS any] struct { Impl GenericComponent[ARGS] }
GenericComponentGlue is a helper to allow writing alloy components without depending on component.Arguments package as a tiny nice bonus, the Update method is type-safe and does not require casting interface{} to ARGS
Click to show internal directories.
Click to hide internal directories.