MCPcopy
hub / github.com/lima-vm/lima / HostAgentClient

Interface HostAgentClient

pkg/hostagent/api/client/client.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type HostAgentClient interface {
20 HTTPClient() *http.Client
21 Info(context.Context) (*api.Info, error)
22}
23
24// NewHostAgentClient creates a client.
25// socketPath is a path to the UNIX socket, without unix:// prefix.

Callers 8

InspectFunction · 0.95
startTimeSyncMethod · 0.65
NewFunction · 0.65
RunMethod · 0.65
watchGuestAgentEventsMethod · 0.65

Implementers 1

clientpkg/hostagent/api/client/client.go

Calls

no outgoing calls

Tested by

no test coverage detected