models

package
v0.0.0-...-0efd5c0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Site

type Site struct {
	SiteURL      string `json:"u" msgpack:"u"`
	Counter      int    `json:"c" msgpack:"c"`
	KeyType      int    `json:"kt" msgpack:"kt"`
	EncodingType int    `json:"et" msgpack:"et"`
}

Site struct contains an entry for a site

type Storage

type Storage struct {
	VerificationBytes []byte `json:"v" msgpack:"v"`
	Name              string `json:"n" msgpack:"n"`
	Sites             []Site `json:"s" msgpack:"s"`
}

Storage struct contains the format of the db stored on disk

Jump to

Keyboard shortcuts

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