Documentation
¶
Overview ¶
Package keyring is a simple wrapper that adds timeouts to the zalando/go-keyring package. Taken from: https://github.com/cli/cli/blob/6c5145166003ac6fb952c5c591a6f3bdeea10465/internal/keyring/keyring.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = keyring.ErrNotFound
Functions ¶
func MockInitWithError ¶
func MockInitWithError(err error)
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.