aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_store.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-08 19:09:38 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-08 19:09:38 -0700
commitb196a50a44a5c72fc43df39fce4407d05ec8863b (patch)
tree41419808e2c6ef5ef5a94b6e568b20653438a67e /hotline/file_store.go
parent8168522a18e78acff2f6ca2f04b9f9300c6ee7a1 (diff)
Refactor filestore to simplify testing
Diffstat (limited to 'hotline/file_store.go')
-rw-r--r--hotline/file_store.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hotline/file_store.go b/hotline/file_store.go
index ba86c6a..2ba9d7a 100644
--- a/hotline/file_store.go
+++ b/hotline/file_store.go
@@ -6,8 +6,6 @@ import (
"os"
)
-var FS FileStore
-
type FileStore interface {
Mkdir(name string, perm os.FileMode) error
Stat(name string) (os.FileInfo, error)