EventConfigure indicates that a command has been configured (or re-configured).
| 122 | |
| 123 | // EventConfigure indicates that a command has been configured (or re-configured). |
| 124 | type EventConfigure struct { |
| 125 | context context.Context |
| 126 | } |
| 127 | |
| 128 | // NewEventConfigure creates a new EventConfigure with the given context. |
| 129 | func NewEventConfigure(ctx context.Context) EventConfigure { |
nothing calls this directly
no outgoing calls
no test coverage detected