home

package module
v0.0.0-...-94f28bc Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: MIT Imports: 9 Imported by: 0

README

home

The idea behind home is to have a personal homeserver, with various functionalities useful mostly to me.

Modules

  • Ripped Movie Tracker
  • Ripped TV Tracker
  • Notes

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotFoundContext

type NotFoundContext struct {
	Path string
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(config ServerConfig) *Server

func (*Server) ListenAndServe

func (s *Server) ListenAndServe() error

type ServerConfig

type ServerConfig struct {
	Logger   *slog.Logger
	BindAddr string
}

type SiteContext

type SiteContext struct {
	Title string
}

type TemplateContext

type TemplateContext struct {
	Site *SiteContext
	Page interface{}
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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