package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jul 11, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler interface {
Handle() error
}
type HandlersFlattenParam struct {
dig.Out
Handlers []Handler `group:"http_handlers,flatten"`
}
type HandlersGRPC struct {
dig.Out
Handler Handler `group:"grpc_handlers"`
}
type HandlersHTTP struct {
dig.Out
Handler Handler `group:"http_handlers"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.