home

package
v0.0.0-...-a41176a Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Err404

type Err404 struct{}

func (*Err404) Execute

func (p *Err404) Execute(teml *template.Template, w http.ResponseWriter) error

func (Err404) Name

func (Err404) Name() string

type Gorum

type Gorum struct{}

func (*Gorum) Execute

func (p *Gorum) Execute(teml *template.Template, w http.ResponseWriter) error

func (Gorum) Name

func (Gorum) Name() string

type Index

type Index struct{}

func (*Index) Execute

func (p *Index) Execute(teml *template.Template, w http.ResponseWriter) error

func (Index) Name

func (Index) Name() string

type Page

type Page interface {
	Name() string
	Execute(teml *template.Template, w http.ResponseWriter) error
}

Jump to

Keyboard shortcuts

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