mirror of
https://github.com/kairos-io/provider-k3s.git
synced 2025-08-16 21:06:30 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
|
package types
|
||
|
|
||
|
type MountPoint struct {
|
||
|
Name string
|
||
|
Source string
|
||
|
Target string
|
||
|
}
|