models

package
v0.0.0-...-f7315f1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2021 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 Comment

type Comment struct {
	gorm.Model

	PostID  uint
	Post    Post
	Content string
}

Comment ...

type Pagination

type Pagination struct {
	PageSize int
	Page     int
}

Pagination ...

type Post

type Post struct {
	gorm.Model

	Title   string
	Content string
}

Post ...

Jump to

Keyboard shortcuts

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