mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-10 11:58:39 -04:00
5 lines
83 B
Go
5 lines
83 B
Go
package copyup
|
|
|
|
type ChildDriver interface {
|
|
CopyUp([]string) ([]string, error)
|
|
}
|