Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrExist = errors.New("object already exists in token")
)
Functions ¶
This section is empty.
Types ¶
type ErrNoCertificate ¶
type ErrNoCertificate struct {
Type string
}
func (ErrNoCertificate) Error ¶
func (e ErrNoCertificate) Error() string
type KeyNotFoundError ¶
type KeyNotFoundError struct{}
func (KeyNotFoundError) Error ¶
func (KeyNotFoundError) Error() string
type NotSignedError ¶
type NotSignedError struct {
Type string
}
func (NotSignedError) Error ¶
func (e NotSignedError) Error() string
type PinIncorrectError ¶
type PinIncorrectError struct{}
func (PinIncorrectError) Error ¶
func (PinIncorrectError) Error() string
Click to show internal directories.
Click to hide internal directories.