k3s/vendor/github.com/rootless-containers/rootlesskit/pkg/copyup/copyup.go
Darren Shepherd 6f01e13fc4 Update vendor
2019-04-09 10:35:00 -07:00

6 lines
83 B
Go

package copyup
type ChildDriver interface {
CopyUp([]string) ([]string, error)
}