Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HooksService ¶
type HooksService struct {
// contains filtered or unexported fields
}
func (*HooksService) AddIndexDataHook ¶
func (srv *HooksService) AddIndexDataHook(hook IndexDataHook)
func (*HooksService) Init ¶
func (srv *HooksService) Init() error
func (*HooksService) RunIndexDataHooks ¶
func (srv *HooksService) RunIndexDataHooks(indexData *dtos.IndexViewData)
type IndexDataHook ¶
type IndexDataHook func(indexData *dtos.IndexViewData)
Click to show internal directories.
Click to hide internal directories.