MCPcopy Create free account
hub / github.com/Unpackerr/unpackerr / Logs

Interface Logs

pkg/unpackerr/folder.go:57–61  ·  view source on GitHub ↗

Logs interface for folders.

Source from the content-addressed store, hash-verified

55
56// Logs interface for folders.
57type Logs interface {
58 Printf(msg string, v ...any)
59 Errorf(msg string, v ...any)
60 Debugf(msg string, v ...any)
61}
62
63// Folder is a "new" watched folder.
64type Folder struct {

Callers 24

mainFunction · 0.65
writeDocusaurusFunction · 0.65
writeFileFunction · 0.65
logCurrentQueueMethod · 0.65
postLogRotateMethod · 0.65
logStartupInfoMethod · 0.65
StartFunction · 0.65
watchDeleteChannelMethod · 0.65
openFileFunction · 0.65
GetReleaseFunction · 0.65
OpenCmdFunction · 0.65
OpenURLFunction · 0.65

Implementers 2

Loggerpkg/unpackerr/start.go
noopLoggerpkg/unpackerr/folder_test.go

Calls

no outgoing calls

Tested by

no test coverage detected