post

package
v0.0.0-...-bb5e73b Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2020 License: MIT Imports: 2 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 {
	ID     string `json:"id" form:"id" query:"id"`
	Userid string `json:"userid" form:"userid" query:"userid"`
	TITLE  string `json:"title" form:"title" query:"title"`
	URL    string `json:"url" form:"url" query:"url"`
	HTML   string `json:"html" form:"html" query:"html"`
	CSS    string `json:"css" form:"css" query:"css"`
	JS     string `json:"js" form:"js" query:"js"`
}

func GetAllPosts

func GetAllPosts() []Post

CreateUser creates a Post

Jump to

Keyboard shortcuts

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