MCPcopy
hub / github.com/abiosoft/colima / Name

Method Name

daemon/process/process.go:18–18  ·  view source on GitHub ↗

Name for the background process

()

Source from the content-addressed store, hash-verified

16type Process interface {
17 // Name for the background process
18 Name() string
19 // Start starts the background process.
20 // The process is expected to terminate when ctx is done.
21 Start(ctx context.Context) error

Callers 4

DependencyMethod · 0.65
RunningMethod · 0.65
InstallMethod · 0.65
InstallMethod · 0.65

Implementers 3

pingercmd/daemon/daemon_test.go
inotifyProcessdaemon/process/inotify/inotify.go
vmnetProcessdaemon/process/vmnet/vmnet.go

Calls

no outgoing calls

Tested by

no test coverage detected