mirror of
https://github.com/fumiama/imago.git
synced 2026-06-19 09:00:25 +08:00
✨ add funcs in storage instance
This commit is contained in:
@@ -17,6 +17,8 @@ type StorageInstance interface {
|
||||
IsImgExsits(name string) bool
|
||||
AddImage(name string)
|
||||
Pick(exclude []string) string
|
||||
SaveConf(data []byte) error
|
||||
GetConf() ([]byte, error)
|
||||
}
|
||||
|
||||
type storage struct {
|
||||
|
||||
Reference in New Issue
Block a user