Adds graph connector to the backup operation implementation. This includes feeding the account credentials into the backup as well.
6 lines
116 B
Go
6 lines
116 B
Go
package credentials
|
|
|
|
import "errors"
|
|
|
|
var errMissingRequired = errors.New("missing required storage configuration")
|