Documentation
¶
Overview ¶
Package keyring is a thin wrapper around github.com/zalando/go-keyring that adds timeouts (matching the pattern used by the official GitHub CLI) and provides mock helpers for testing.
This package exists so Sting can follow gh's exact storage standards and testability approach without pulling in the entire gh codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("secret not found in keyring")
Functions ¶
Types ¶
type TimeoutError ¶
type TimeoutError struct {
// contains filtered or unexported fields
}
func (*TimeoutError) Error ¶
func (e *TimeoutError) Error() string
Click to show internal directories.
Click to hide internal directories.