pw

package
v0.0.0-...-897710e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2025 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PASSWORD SiteVariant = "password"
	LOGIN    SiteVariant = "login"
	ANSWER   SiteVariant = "answer"

	MAXIMUM TemplateClass = "maximum"
	LONG    TemplateClass = "long"
	MEDIUM  TemplateClass = "medium"
	BASIC   TemplateClass = "basic"
	SHORT   TemplateClass = "short"
	PIN     TemplateClass = "pin"
	NAME    TemplateClass = "name"
	PHRASE  TemplateClass = "phrase"
)

Variables

This section is empty.

Functions

func PwdCmd

func PwdCmd(cache *pkg.Cache) *cli.Command

Types

type SiteInfo

type SiteInfo struct {
	Counter int           `json:"counter"`
	Class   TemplateClass `json:"class"`
	Variant SiteVariant   `json:"variant"`
}

type SiteVariant

type SiteVariant string

type Sites ��

type Sites = map[string]SiteInfo

type TemplateClass

type TemplateClass string