MCPcopy
hub / github.com/passteque/gluetun / Cmder

Struct Cmder

internal/command/cmder.go:4–4  ·  view source on GitHub ↗

Cmder handles running subprograms synchronously and asynchronously.

Source from the content-addressed store, hash-verified

2
3// Cmder handles running subprograms synchronously and asynchronously.
4type Cmder struct{}
5
6func New() *Cmder {
7 return &Cmder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected