trusted

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2016 License: AGPL-3.0-or-later Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileRow

type FileRow struct {
	FilePath  string   `json:"file_path"`
	PlainTags []string `json:"plaintags"` // types.Row.PlainTags()
}

type Row

type Row struct {
	Unencrypted []byte   `json:"unencrypted"` // types.Row.Decrypted()
	PlainTags   []string `json:"plaintags"`   // types.Row.PlainTags()
}

func FromRow

func FromRow(row *types.Row) *Row

type Rows

type Rows []*Row

func FromRows

func FromRows(rows types.Rows) Rows

type TagPair

type TagPair struct {
	Random string `json:"random"`
	Plain  string `json:"plain"`
}

func FromTagPair

func FromTagPair(pair *types.TagPair) *TagPair

type TagPairs

type TagPairs []*TagPair

func FromTagPairs

func FromTagPairs(pairs types.TagPairs) TagPairs

Jump to

Keyboard shortcuts

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