domain

package
v3.17.4 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	http.Handler
}

Handler responds to a request

type HandlerProvider

type HandlerProvider func() map[string]Handler

HandlerProvider is a list of system HTTP handlers by path