Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2018 Changes in this version + type Field interface + IsEmail func() bool + IsPassword func() bool + Name func() string + Value func() string + type Item interface + FieldSize func() int + Fields func() []Field + Name func() string + type Profile interface + Items func() []Item + ItemsSize func() int + Name func() string + type Vault interface + OpenProfile func(name string, secret string) (Profile, error) + Profiles func() ([]string, error) + TryOpenProfile func(name string, secret string) bool + func NewOpVault(path string) Vault