handler

package
v0.0.0-...-88eb885 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConsoleHandlerAdapter

func NewConsoleHandlerAdapter(logger log.Logger) http.HandlerAdapter

NewConsoleHandlerAdapter :

func NewFallthroughHandlerAdapter

func NewFallthroughHandlerAdapter(to string) http.HandlerAdapter

NewFallthroughHandlerAdapter :

func NewSPAHandlerAdapter

func NewSPAHandlerAdapter(fs stdhttp.FileSystem) http.HandlerAdapter

NewSPAHandlerAdapter creates a new handler adapter for delivering an SPA bundle over HTTP

func NewStaticHandlerAdapter

func NewStaticHandlerAdapter(path string) http.HandlerAdapter

NewStaticHandlerAdapter creates a new handler adapter for delivering static files over HTTP

Types

type ConsoleHandlerAdapter

type ConsoleHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

ConsoleHandlerAdapter :

type FallthroughHandlerAdapter

type FallthroughHandlerAdapter struct {
	http.BaseHandlerAdapter
}

FallthroughHandlerAdapter :

type FileSystemHandlerAdapter

type FileSystemHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

FileSystemHandlerAdapter :

func NewFileSystemHandlerAdapter

func NewFileSystemHandlerAdapter(path string, logger log.Logger) *FileSystemHandlerAdapter

NewFileSystemHandlerAdapter :

type FileSystemManager

type FileSystemManager interface {
}

FileSystemManager :

type HealthcheckHandlerAdapter

type HealthcheckHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

HealthcheckHandlerAdapter :

func NewHealthcheckHandlerAdapter

func NewHealthcheckHandlerAdapter(logger log.Logger) *HealthcheckHandlerAdapter

NewHealthcheckHandlerAdapter :

type NetworkHandlerAdapter

type NetworkHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

NetworkHandlerAdapter :

func NewNetworkHandlerAdapter

func NewNetworkHandlerAdapter(service application.NetworkService, logger log.Logger) *NetworkHandlerAdapter

NewNetworkHandlerAdapter :

type SPAHandlerAdapter

type SPAHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

SPAHandlerAdapter :

type StaticHandlerAdapter

type StaticHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

StaticHandlerAdapter :

type SystemHandlerAdapter

type SystemHandlerAdapter struct {
	http.BaseHandlerAdapter
	// contains filtered or unexported fields
}

SystemHandlerAdapter :

func NewSystemHandlerAdapter

func NewSystemHandlerAdapter(service application.SystemInfoService, logger log.Logger) *SystemHandlerAdapter

NewSystemHandlerAdapter :

type WebsocketSession

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

WebsocketSession :

Jump to

Keyboard shortcuts

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