edge/pkg/storage/registry/error.go
William Petit 32aaf48792
All checks were successful
arcad/edge/pipeline/pr-master This commit looks good
feat(storage): rpc based implementation
2023-09-28 09:05:55 -06:00

6 lines
104 B
Go

package registry
import "errors"
var ErrSchemeNotRegistered = errors.New("scheme was not registered")