qbtrade/pkg/service/errors.go

6 lines
125 B
Go
Raw Normal View History

2024-06-27 14:42:38 +00:00
package service
import "github.com/pkg/errors"
var ErrPersistenceNotExists = errors.New("persistent data does not exists")