Conditions returns the component's condition list.
()
| 59 | |
| 60 | // Conditions returns the component's condition list. |
| 61 | func (c *Component) Conditions() []Condition { |
| 62 | return slices.Clone(c.conditions) |
| 63 | } |
| 64 | |
| 65 | // Registration lets you configure the registered component. |
| 66 | type Registration struct { |
no outgoing calls