post

package
v0.0.0-...-61fa424 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Post

type Post struct {
	ID                    uint   `json:"id"`
	Description           string `json:"description"`
	Date                  int64  `json:"date"`
	MarkedAsInappropriate bool   `json:"marked_as_inappropriate"`
	UserEmail             string
	MediaID               uint
}

type PostUser

type PostUser struct {
	ID     uint `json:"id"`
	PostID uint `json:"post_id"`
	UserID uint
}

Jump to

Keyboard shortcuts

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