handlers

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct{}

func NewV2

func NewV2() Handler

type HandlerV1

type HandlerV1 struct {
	dig.Out
	Handler Handler `group:"handlers_v1"`
}

func NewV1

func NewV1() HandlerV1

type ListV1Out

type ListV1Out struct {
	dig.Out
	Handlers []Handler `group:"handlers_v1,flatten"`
}

func NewListV1

func NewListV1() ListV1Out

type ListV2Out

type ListV2Out struct {
	dig.Out
	Handlers []Handler `group:"handlers_v2,flatten"`
}

func NewListV2

func NewListV2() ListV2Out

Jump to

Keyboard shortcuts

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