data

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	MasterPassword string  `json:"master_password"`
	Entries        []Entry `json:"entries"`
}

func (*Data) FromFile

func (data *Data) FromFile(file string) error

func (*Data) ToFile

func (data *Data) ToFile(file string) error

type Entry

type Entry struct {
	UniqueID    string   `json:"unique_id"`
	Description string   `json:"description"`
	Tags        []string `json:"tags"`
	Site        string   `json:"site"`
	ID          string   `json:"id"`
	Password    string   `json:"password"`
}

Jump to

Keyboard shortcuts

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