Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/layer/layer_unix.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/layer/layer_unix.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build linux freebsd darwin
|
||||
|
||||
package layer
|
||||
|
||||
import "github.com/hyperhq/hypercli/pkg/stringid"
|
||||
|
||||
func (ls *layerStore) mountID(name string) string {
|
||||
return stringid.GenerateRandomID()
|
||||
}
|
||||
Reference in New Issue
Block a user