httphandlertest

package
v0.0.0-...-e9f4405 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HandlerGraphSet = wire.NewSet(configs.ConfigGraphSet, services.ServiceGraphSet, provider.MysqlGraphSet, http_handler.HttpHandlerGraphSet, wire.NewSet(NewHttpHandler))

Functions

This section is empty.

Types

type HttpHandler

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

func BuildHttpHandler

func BuildHttpHandler() (*HttpHandler, error)

func NewHttpHandler

func NewHttpHandler(
	userHandler *http_handler.UserHandler,
	matchingHandler *http_handler.MatchingHandler,
	authHandler *http_handler.AuthHandler,
	userService *services.UserService,
) *HttpHandler

Jump to

Keyboard shortcuts

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