posh-providers/onepassword/errors.go
2023-01-06 10:44:19 +01:00

8 lines
139 B
Go

package onepassword
import (
"github.com/pkg/errors"
)
var ErrNotSignedIn = errors.New("you're not signed into your 1password account")