Versions in this module Expand all Collapse all v1 v1.3.8 Aug 17, 2022 Changes in this version + const EMPTY_RESULT + const MaxReadSize + const SUCCESS_RESULT + type CommandFunc func(args []string, v *Vault) (string, error) + type FilaData struct + Data []byte + Name string + type Vault struct + func (v *Vault) ExecCmd(commandLine string) string + func (v *Vault) ListDirItems(path string) ([]dirItem, error) + func (v *Vault) ReadFileData(path string) (*FilaData, error) + type VaultCommand struct + type WebVault struct + func New(path string, password []byte, key, cert string, logger log.Logger) *WebVault + func (w *WebVault) Start(addr string) error