MCPcopy Create free account
hub / github.com/containerd/nerdctl / PreProcess

Method PreProcess

pkg/logging/logging.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, dataStore string, config *logging.Config)

Source from the content-addressed store, hash-verified

61type Driver interface {
62 Init(dataStore, ns, id string) error
63 PreProcess(ctx context.Context, dataStore string, config *logging.Config) error
64 Process(stdout <-chan string, stderr <-chan string) error
65 PostProcess() error
66}

Callers 1

loggingProcessAdapterFunction · 0.65

Implementers 7

JournaldLoggerpkg/logging/journald_logger.go
SyslogLoggerpkg/logging/syslog_logger.go
NoneLoggerpkg/logging/none_logger.go
JSONLoggerpkg/logging/json_logger.go
MockDriverpkg/logging/logging_test.go
SyncMockDriverpkg/logging/logging_test.go
FluentdLoggerpkg/logging/fluentd_logger.go

Calls

no outgoing calls

Tested by

no test coverage detected