Documentation
¶
Index ¶
- Constants
- type Base
- func (b *Base) ClearLine(fd *os.File)
- func (b *Base) InputFetcher(prompt string) func() ([]byte, error)
- func (b *Base) InputFetcherWithConfirm(prompt, confirmation string) func() ([]byte, error)
- func (b *Base) IsTerm(f *os.File) bool
- func (b *Base) SetFlags(f *flag.FlagSet)
- func (b *Base) ShowValue(ctx context.Context, fd *os.File, timeout time.Duration, value []byte) error
Constants ¶
View Source
const ( DefaultTTL = 6 * time.Hour EnvTTL = "PASSMNGR_TTL" EnvPath = "PASSMNGR_DB_PATH" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.