reading

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Book

type Book struct {
	ID          uint
	Author      string
	Publisher   string
	Title       string
	Type        string
	Lang        string
	File        string
	Subject     string
	Description string
	PublishedAt time.Time
	Cover       string
	UpdatedAt   time.Time
	CreatedAt   time.Time
	// contains filtered or unexported fields
}

Book book

type Note

type Note struct {
	ID   uint
	Type string
	Body string
	User nut.User
	Book Book
	// contains filtered or unexported fields
}

Note note

Jump to

Keyboard shortcuts

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