kindle

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Word

type Word struct {
	ID   string `gorm:"primary_key"`
	Word string
	Stem string
	Lang string
}

Word is a representation of a word in a Kindle database

func GetWords

func GetWords(dbFile string) []Word

GetWords returns a list of the words from a Kindle database

func (Word) TableName

func (Word) TableName() string

TableName returns a name of the table in a Kindle database

Jump to

Keyboard shortcuts

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