MCPcopy Create free account
hub / github.com/MacroPower/kat / EventConfigure

Struct EventConfigure

pkg/command/command.go:124–126  ·  view source on GitHub ↗

EventConfigure indicates that a command has been configured (or re-configured).

Source from the content-addressed store, hash-verified

122
123// EventConfigure indicates that a command has been configured (or re-configured).
124type EventConfigure struct {
125 context context.Context
126}
127
128// NewEventConfigure creates a new EventConfigure with the given context.
129func NewEventConfigure(ctx context.Context) EventConfigure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected