Versions in this module Expand all Collapse all v0 v0.0.2 Sep 30, 2021 v0.0.1 Sep 30, 2021 Changes in this version + var FS embed.FS + func PrintGroup(group gokeepasslib.Group) + func ReadPasswordBytes() ([]byte, error) + func WalkGroup(group gokeepasslib.Group, cb WalkCallback) + type AttachMsg struct + Password string + SourceFile string + type Config struct + Keypassfile string + Listenaddress string + func ReadConfig() (*Config, error) + type Cred struct + func NewCred(conf *Config) *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 func(entry gokeepasslib.Entry)