crawlab/db/errors/base.go

7 lines
82 B
Go

package errors
const (
errorPrefixMongo = "mongo"
errorPrefixRedis = "redis"
)