MCPcopy Index your code
hub / github.com/jetify-com/devbox / Middleware

Interface Middleware

internal/boxcli/midcobra/midcobra.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type Middleware interface {
24 preRun(cmd *cobra.Command, args []string)
25 postRun(cmd *cobra.Command, args []string, runErr error)
26}
27
28func New(cmd *cobra.Command) Executable {
29 return &midcobraExecutable{

Callers 2

ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 3

DebugMiddlewareinternal/boxcli/midcobra/debug.go
TraceMiddlewareinternal/boxcli/midcobra/trace.go
telemetryMiddlewareinternal/boxcli/midcobra/telemetry.go

Calls

no outgoing calls

Tested by

no test coverage detected