models

package
v0.0.0-...-3d1138b Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2022 License: GPL-3.0 Imports: 4 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      int
	Author  int
	Posted  time.Time
	Updated *time.Time
	Title   string
	Content template.HTML
	Status  string
	URL     string
	Excerpt template.HTML
	Meta    *xml.CharData
}

Post to be used throughout

func (Post) CreateExcerpt

func (p Post) CreateExcerpt() string

CreateExcerpt from blog post

type User

type User struct {
	ID        int
	Username  string
	FirstName string
	LastName  string
	Password  string
	Settings  xml.CharData
}

User Model

Jump to

Keyboard shortcuts

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