mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-12 13:26:11 +00:00
Extract sdk into its own lib
This had some side effects: - Have to add some utils from the kairos/machine modules, which IMHO should not be there, they should be here if the are generic enough - Dropping the sdk dir, just have the modules in the root dir Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
9
clusterplugin/init.go
Normal file
9
clusterplugin/init.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package clusterplugin
|
||||
|
||||
import "github.com/twpayne/go-vfs"
|
||||
|
||||
var filesystem vfs.FS
|
||||
|
||||
func init() {
|
||||
filesystem = vfs.OSFS
|
||||
}
|
Reference in New Issue
Block a user