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

Struct midcobraExecutable

internal/boxcli/midcobra/midcobra.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type midcobraExecutable struct {
36 cmd *cobra.Command
37
38 middlewares []Middleware
39}
40
41var _ Executable = (*midcobraExecutable)(nil)
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected