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

Struct EventListResources

pkg/command/command.go:155–157  ·  view source on GitHub ↗

EventListResources indicates that a list of resources was requested.

Source from the content-addressed store, hash-verified

153
154// EventListResources indicates that a list of resources was requested.
155type EventListResources struct {
156 context context.Context
157}
158
159// NewEventListResources creates a new EventListResources with the given context.
160func NewEventListResources(ctx context.Context) EventListResources {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected