Documentation
¶
Index ¶
- Variables
- func PrintGroup(group gokeepasslib.Group)
- func ReadPasswordBytes() ([]byte, error)
- func WalkGroup(group gokeepasslib.Group, cb WalkCallback)
- type AttachMsg
- type Config
- type Cred
- func (p *Cred) Attach(w http.ResponseWriter, r *http.Request)
- func (p *Cred) DebugPrint()
- func (p *Cred) Read(filename, pass string) error
- func (p *Cred) Seal(w http.ResponseWriter, r *http.Request)
- func (p *Cred) SecretHandler(w http.ResponseWriter, r *http.Request)
- func (p *Cred) Unseal(w http.ResponseWriter, r *http.Request)
- func (p *Cred) Walk(cb WalkCallback)
- type WalkCallback
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
Functions ¶
func PrintGroup ¶
func PrintGroup(group gokeepasslib.Group)
func ReadPasswordBytes ¶
func WalkGroup ¶
func WalkGroup(group gokeepasslib.Group, cb WalkCallback)
Types ¶
type Cred ¶
type Cred struct {
// contains filtered or unexported fields
}
func (*Cred) DebugPrint ¶
func (p *Cred) DebugPrint()
func (*Cred) SecretHandler ¶
func (p *Cred) SecretHandler(w http.ResponseWriter, r *http.Request)
func (*Cred) Walk ¶
func (p *Cred) Walk(cb WalkCallback)
type WalkCallback ¶
type WalkCallback func(entry gokeepasslib.Entry)
Click to show internal directories.
Click to hide internal directories.