models

package
v0.0.0-...-9ebc2d1 Latest Latest
Warning

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

Go to latest
Published: May 26, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PageEdit

type PageEdit struct {
	EditId      int64  `json:"editId"`
	PageId      int64  `json:"pageId"`
	Date        string `json:"changeDate"`
	Time        string `json:"changeTime"`
	Editor      string `json:"editor"`
	Description string `json:"description"`
	Content     string `json:"content"`
}

type SessionData

type SessionData struct {
	LoggedIn bool
	Username string
}

type StaticPage

type StaticPage struct {
	Theme string
}

type WebModes

type WebModes struct {
	PageMode string
}

type WebPage

type WebPage struct {
	Title   string
	Content template.HTML
	Theme   string
}

Jump to

Keyboard shortcuts

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