Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderHandlerSet = wire.NewSet( NewIndexHandler, )
ProviderHandlerSet is handler providers.
Functions ¶
This section is empty.
Types ¶
type IndexHandler ¶
type IndexHandler interface {
IndexV1(_ context.Context, ctx *app.RequestContext)
}
func NewIndexHandler ¶
func NewIndexHandler( indexSvc service.IndexService, ) IndexHandler
Click to show internal directories.
Click to hide internal directories.