server

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

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

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type FeedPost

type FeedPost struct {
	Date    string
	Time    string
	Unix    int64
	Content template.HTML
}

type PageData

type PageData struct {
	Title    string
	SubTitle string
	Search   bool
	Feed     []FeedPost
	PrevPage int
	NextPage int
}

type ServerConfig

type ServerConfig struct {
	Host          string
	Port          int
	AdminUsername string
	AdminPassword string
}

Jump to

Keyboard shortcuts

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