feat: loader logic
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type Storage interface {
|
||||
UIStorage
|
||||
FileExists(string) (bool, error)
|
||||
FileExists(string) (bool, string, error)
|
||||
ReadFile(string) ([]byte, error)
|
||||
WriteFile(string, []byte) error
|
||||
DeleteFile(string) error
|
||||
|
||||
Reference in New Issue
Block a user