controllers

package
v0.0.0-...-6933888 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StaticHandler

func StaticHandler(p views.Page) http.HandlerFunc

Types

type Base64Templates

type Base64Templates struct {
	Base64Response views.Page
}

type Blog

type Blog struct {
	PostService models.PostService
	Templates   BlogTemplates
}

func (Blog) Blog

func (b Blog) Blog(w http.ResponseWriter, r *http.Request)

func (Blog) Index

func (b Blog) Index(w http.ResponseWriter, r *http.Request)

type BlogTemplates

type BlogTemplates struct {
	Index views.Page
	Post  views.Page
}

type Utils

type Utils struct {
	Base64Service models.Base64Service
	Templates     UtilsTemplates
}

func (*Utils) Decode

func (u *Utils) Decode(w http.ResponseWriter, r *http.Request)

func (*Utils) Encode

func (u *Utils) Encode(w http.ResponseWriter, r *http.Request)

func (*Utils) Index

func (u *Utils) Index(w http.ResponseWriter, r *http.Request)

type UtilsTemplates

type UtilsTemplates struct {
	Index  views.Page
	Base64 Base64Templates
}

Jump to

Keyboard shortcuts

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