model

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetaData added in v1.1.0

type MetaData struct {
	Title   string
	Created string
}

type Page added in v1.1.0

type Page struct {
	Filename string
	MetaData
	Content template.HTML
}

type Post added in v1.1.0

type Post struct {
	//base name of the file without Ext
	Category string
	Filename string
	MetaData
	Content template.HTML
}

type Repo added in v1.1.0

type Repo struct {
	Posts []Post
	Pages map[string]Page
}

category->Post1,Post2,Post3...

Jump to

Keyboard shortcuts

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