models

package
v0.0.0-...-7030864 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Page

type Page struct {
	Id        int
	Title     string `sql:"size:255"`
	Body      string `sql:"size:16777215"`
	CreatedAt time.Time
	UpdatedAt time.Time
	DeletedAt time.Time
}

ページ情報を持つ構造体

type Revision

type Revision struct {
	Id           int
	PageId       int
	Title        string `sql:"size:255"`
	Body         string `sql:"size:16777215"`
	AddedLines   int
	DeletedLines int
	CreatedAt    time.Time
	DeletedAt    time.Time
}

ページのリビジョン情報を持つ構造体

Jump to

Keyboard shortcuts

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