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