Versions in this module Expand all Collapse all v0 v0.0.1 Feb 19, 2026 Changes in this version + var ErrNotFound = fmt.Errorf("crosskey: secret not found") + func Delete(service, user string) error + func Get(service, user string) (string, error) + func IsWSL() bool + func Set(service, user, password string) error + type Backend int + const BackendNative + const BackendWSL + func ActiveBackend() Backend + func (b Backend) String() string