mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-24 11:07:02 +08:00
feat: add meta model and test
This commit is contained in:
7
internal/store/error.go
Normal file
7
internal/store/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package store
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrMetaNotFound = errors.New("meta not found")
|
||||
)
|
||||
Reference in New Issue
Block a user