mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 17:49:54 +00:00
6 lines
83 B
Go
6 lines
83 B
Go
package copyup
|
|
|
|
type ChildDriver interface {
|
|
CopyUp([]string) ([]string, error)
|
|
}
|