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

Struct EventStart

pkg/command/command.go:75–78  ·  view source on GitHub ↗

EventStart indicates that a command execution has started.

Source from the content-addressed store, hash-verified

73
74// EventStart indicates that a command execution has started.
75type EventStart struct {
76 context context.Context
77 Type Type
78}
79
80// NewEventStart creates a new EventStart with the given context and type.
81func NewEventStart(ctx context.Context, t Type) EventStart {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected