schema

package
v0.0.0-...-4c49bc6 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2019 License: Apache-2.0, Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Post

type Post struct {
	UserName     string `gorm:"primary_key"`
	Year         int    `gorm:"primary_key"`
	Week         int    `gorm:"primary_key"`
	BodyThisWeek string
	BodyNextWeek string
}

type Subscription

type Subscription struct {
	Subscriber string `gorm:"primary_key"`
	Subscribee string `gorm:"primary_key"`
}

type User

type User struct {
	UserName     string `gorm:"primary_key"`
	RealName     string
	EmailAddress string
}

Jump to

Keyboard shortcuts

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