controller

package
v0.0.0-...-b4b083d Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup() *http.ServeMux

Types

type Index

type Index struct {
	ThreadSubject   string
	ThreadCreatedAt time.Time
	ThreadUUID      string
	Username        string
	PostCount       int
}

临时用于传入渲染的数据

type ReadThread

type ReadThread struct {
	ThreadSubject   string
	Username        string
	ThreadCreatedAt time.Time
	PostCount       int
	Posts           []model.Post
	ThreadUUID      string
}

临时用于传入渲染的数据

Jump to

Keyboard shortcuts

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