data

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: MIT Imports: 3 Imported by: 0

README

data dir

可用于存放原始密码数据

notes format

格式需要完全匹配,也可以自行对 data.go 进行修改。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PasswordItem

type PasswordItem struct {
	Category string
	Account  string
	Password string
	Site     string
}

PasswordItem 读取原数据的每一次条目

func GetData

func GetData(filepath string) ([]PasswordItem, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL