posh/integration/onepassword/errors.go
Kevin Franklin Kim e2ad376b6c initial commit
2023-01-03 15:37:15 +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")