Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*TouchCtl)
func WithToucherKind ¶
func WithToucherKind(kind ToucherKind) Option
func WithYubikeys ¶
type TouchCtl ¶
type TouchCtl struct {
// contains filtered or unexported fields
}
func NewTouchCtl ¶
type ToucherKind ¶
type ToucherKind string
const ( ToucherKindNone ToucherKind = "" ToucherKindHw ToucherKind = "hw" )
func (ToucherKind) MarshalText ¶
func (k ToucherKind) MarshalText() ([]byte, error)
func (*ToucherKind) UnmarshalText ¶
func (k *ToucherKind) UnmarshalText(data []byte) error
Click to show internal directories.
Click to hide internal directories.