MCPcopy
hub / github.com/IceWhaleTech/CasaOS / storageStruct

Struct storageStruct

service/storage.go:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type storageStruct struct {
25}
26
27func (s *storageStruct) MountStorage(mountPoint, fs string) error {
28 file.IsNotExistMkDir(mountPoint)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected