board

package
v0.0.0-...-0e17a7f Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KIND = "Board"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Subjects   []Subject `datastore:",noindex"`
	WriteCount int       `datastore:",noindex"`
}

Kind=Board Key=BoardName

func (*Entity) String

func (e *Entity) String() string

type Key

type Key struct {
	DSKey *datastore.Key
}

type Subject

type Subject struct {
	ThreadKey    string    `datastore:",noindex"`
	ThreadTitle  string    `datastore:",noindex"`
	MessageCount int       `datastore:",noindex"`
	LastModified time.Time `datastore:",noindex"` // dat落ちとかで使う予定
}

Jump to

Keyboard shortcuts

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