package store import "errors" var ( ErrMetaNotFound = errors.New("meta not found") )