corso/src/pkg/credentials/credentials.go
Keepers 2104e66fea
add graph connector to backupOp (#165)
Adds graph connector to the backup operation implementation.
This includes feeding the account credentials into the
backup as well.
2022-06-08 17:32:14 -06:00

6 lines
116 B
Go

package credentials
import "errors"
var errMissingRequired = errors.New("missing required storage configuration")