mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
convert restorers to plugins
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package logging
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
// LogSetter is an interface for a type that allows a FieldLogger
|
||||
// to be set on it.
|
||||
type LogSetter interface {
|
||||
SetLog(logrus.FieldLogger)
|
||||
}
|
||||
Reference in New Issue
Block a user