history

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHistoryPath

func GetHistoryPath(profileName string) (string, error)

Types

type Entry

type Entry struct {
	ID            int
	URL           string
	Title         string
	VisitCount    int
	TypedCount    int
	LastVisitTime time.Time
	Hidden        int
}

type History

type History struct {
	// contains filtered or unexported fields
}

func Open

func Open(file string) (*History, error)

func (*History) Close

func (h *History) Close() error

func (*History) Query

func (h *History) Query(url, title string, limit int) ([]Entry, error)

Jump to

Keyboard shortcuts

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