model

package
v0.0.0-...-bf36e15 Latest Latest
Warning

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

Go to latest
Published: May 24, 2019 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Document

type Document struct {
	structable.Recorder

	Id sql.NullInt64 `stbl:"id,PRIMARY_KEY,SERIAL`
	// contains filtered or unexported fields
}

func NewDocument

func NewDocument(db squirrel.DBProxyBeginner, dbFlavor string) *Document

type File

type File struct {
	structable.Recorder

	Id               int64         `stbl:"id,PRIMARY_KEY,SERIAL`
	Document         *int64        `stbl:"document"`
	Text             sql.NullInt64 `stbl:"text"`
	Page             sql.NullInt64 `stbl:"page"`
	Path             string        `stbl:"path"`
	OriginalFilename string        `stbl:"originalfilename"`
	Done             bool
	// contains filtered or unexported fields
}

func NewFile

func NewFile(db squirrel.DBProxyBeginner, dbFlavor string) *File

Jump to

Keyboard shortcuts

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