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

Interface Event

pkg/command/command.go:70–72  ·  view source on GitHub ↗

Event represents an event related to command execution.

Source from the content-addressed store, hash-verified

68
69// Event represents an event related to command execution.
70type Event interface {
71 GetContext() context.Context
72}
73
74// EventStart indicates that a command execution has started.
75type EventStart struct {

Callers 2

broadcastMethod · 0.65
broadcastMethod · 0.65

Implementers 6

EventStartpkg/command/command.go
EventEndpkg/command/command.go
EventCancelpkg/command/command.go
EventConfigurepkg/command/command.go
EventOpenResourcepkg/command/command.go
EventListResourcespkg/command/command.go

Calls

no outgoing calls

Tested by

no test coverage detected