MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / Error

Method Error

pkg/api/interfaces/interfaces.go:34–34  ·  view source on GitHub ↗

Error logs error messages for exceptional conditions that should be investigated.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

32 // Error logs error messages for exceptional conditions that should
33 // be investigated.
34 Error(format string, args ...interface{})
35}
36
37// Cache defines the interface for key-value caching functionality.

Callers 15

InitializeMethod · 0.65
shouldRetryMethod · 0.65
MigrateVMMethod · 0.65
TestParseVMIDFunction · 0.65
ExecuteOnAllProfilesMethod · 0.65
GetVNCProxyMethod · 0.65
GenerateVNCURLMethod · 0.65
GetNodeVNCShellMethod · 0.65
GenerateNodeVNCURLMethod · 0.65

Implementers 7

ExampleLoggerpkg/api/example_usage.go
MockLoggerpkg/api/testutils/mocks.go
TestLoggerpkg/api/testutils/mocks.go
NoOpLoggerpkg/api/interfaces/interfaces.go
Loggerinternal/logger/logger.go
LoggerAdapterinternal/adapters/adapters.go
mockLoggerinternal/taskmanager/manager_test.go

Calls

no outgoing calls