server

package
v0.0.0-...-21c450d Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleStrips

func HandleStrips(e *plugins.PluginEngine) func(http.ResponseWriter, *http.Request)

func IndexHandler

func IndexHandler(engine *plugins.PluginEngine) func(http.ResponseWriter, *http.Request)

func Routes

func Routes() *http.ServeMux

func Start

func Start(port int)

Types

type IndexVO

type IndexVO struct {
	Webcomics []WebcomicVO
}

type StripPageVO

type StripPageVO struct {
	Name   string
	Strips []StripVO
}

type StripVO

type StripVO struct {
	Name         string
	WebcomicName string
	Order        int
	FileName     string
}

type WebcomicVO

type WebcomicVO struct {
	Name        string
	Description string
}

Jump to

Keyboard shortcuts

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