Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
5
internal/domains/filesystem.go
Normal file
5
internal/domains/filesystem.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package domains
|
||||
|
||||
const FilesystemName = "filesystem"
|
||||
|
||||
type Filesystem interface{}
|
||||
Reference in New Issue
Block a user