package
1.7.1
Repository: https://github.com/devx/docker.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetLogDriver provides the logging driver builder for a logging driver name.
NewCopier creates new Copier.
RegisterLogDriver registers the given logging driver builder with given logging driver name.

# Variables

No description provided by the author

# Structs

Context provides enough information for a logging driver to do its function.
Copier can copy logs from specified sources to Logger and attach ContainerID and Timestamp.
Message is datastructure that represents record from some container.

# Interfaces

Logger is interface for docker logging drivers.

# Type aliases

Creator is a method that builds a logging driver instance with given context.