Documentation
¶
Index ¶
- func HealthService() (net.Listener, error)
- func HealthServiceCheck() bool
- func MakeApp(w fyne.Window) fyne.CanvasObject
- func NewPasswordGenerator(key *paw.Key, ps paw.PasswordConfig) *pwgenDialog
- func ShowMetadata(m *paw.Metadata) fyne.CanvasObject
- type FyneItem
- type FynePasswordGenerator
- type Login
- type Metadata
- type Note
- type PassphrasePasswordOptions
- type Password
- type PinPasswordOptions
- type RandomPasswordOptions
- type SSHKey
- type TOTP
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthServiceCheck ¶ added in v0.21.0
func HealthServiceCheck() bool
func NewPasswordGenerator ¶ added in v0.11.0
func NewPasswordGenerator(key *paw.Key, ps paw.PasswordConfig) *pwgenDialog
func ShowMetadata ¶ added in v0.15.0
Types ¶
type FyneItem ¶ added in v0.15.0
type FyneItem interface { // Icon returns a fyne resource associated to the imte Icon() fyne.Resource // Show returns a fyne CanvasObject used to view the item Show(ctx context.Context, w fyne.Window) fyne.CanvasObject // Edit returns a fyne CanvasObject used to edit the item Edit(ctx context.Context, key *paw.Key, w fyne.Window) (fyne.CanvasObject, paw.Item) // Item returns the paw Item Item() paw.Item }
FyneItem wraps all methods allow to handle an Item as Fyne canvas object
type FynePasswordGenerator ¶ added in v0.15.0
type FynePasswordGenerator interface {
ShowPasswordGenerator(bind binding.String, password *paw.Password, w fyne.Window)
}
FynePasswordGenerator wraps all methods to show a Fyne dialog to generate passwords
type PassphrasePasswordOptions ¶ added in v0.11.0
type PinPasswordOptions ¶ added in v0.11.0
type RandomPasswordOptions ¶ added in v0.11.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.