Documentation ¶
Index ¶
- func ConfigRoutes()
- func CornDaemonStart()
- func CronForQuery(updatTo chan UpdatedEvents, pid chan string)
- func CronReciveUpdate(updatTo chan UpdatedEvents, pid chan string)
- type PortalController
- func (this *PortalController) AddNote()
- func (this *PortalController) BatchUpdateNote()
- func (this *PortalController) ColseCase()
- func (this *PortalController) CountNumOfTlp()
- func (this *PortalController) GetEvent()
- func (this *PortalController) GetEventCases()
- func (this *PortalController) GetEventCasesV2()
- func (this *PortalController) GetNote()
- func (this *PortalController) GetNotes()
- func (this *PortalController) OnTimeFeeding()
- func (this *PortalController) WhenEndpointOnMaintain()
- func (this *PortalController) WhenEndpointUnbind()
- func (this *PortalController) WhenStrategyDeleted()
- func (this *PortalController) WhenStrategyUpdated()
- func (this *PortalController) WhenTempleteDeleted()
- func (this *PortalController) WhenTempleteUnbind()
- type UpdatedEvents
- type UpdatedObjMutex
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigRoutes ¶
func ConfigRoutes()
func CornDaemonStart ¶
func CornDaemonStart()
func CronForQuery ¶
func CronForQuery(updatTo chan UpdatedEvents, pid chan string)
func CronReciveUpdate ¶
func CronReciveUpdate(updatTo chan UpdatedEvents, pid chan string)
Types ¶
type PortalController ¶
type PortalController struct {
base.BaseController
}
func (*PortalController) AddNote ¶
func (this *PortalController) AddNote()
func (*PortalController) BatchUpdateNote ¶
func (this *PortalController) BatchUpdateNote()
func (*PortalController) CountNumOfTlp ¶
func (this *PortalController) CountNumOfTlp()
func (*PortalController) GetEvent ¶
func (this *PortalController) GetEvent()
func (*PortalController) GetEventCases ¶
func (this *PortalController) GetEventCases()
func (*PortalController) GetEventCasesV2 ¶
func (this *PortalController) GetEventCasesV2()
func (*PortalController) GetNote ¶
func (this *PortalController) GetNote()
func (*PortalController) GetNotes ¶
func (this *PortalController) GetNotes()
func (*PortalController) OnTimeFeeding ¶
func (this *PortalController) OnTimeFeeding()
func (*PortalController) WhenEndpointOnMaintain ¶
func (this *PortalController) WhenEndpointOnMaintain()
func (*PortalController) WhenEndpointUnbind ¶
func (this *PortalController) WhenEndpointUnbind()
func (*PortalController) WhenStrategyDeleted ¶
func (this *PortalController) WhenStrategyDeleted()
func (*PortalController) WhenStrategyUpdated ¶
func (this *PortalController) WhenStrategyUpdated()
func (*PortalController) WhenTempleteDeleted ¶
func (this *PortalController) WhenTempleteDeleted()
func (*PortalController) WhenTempleteUnbind ¶
func (this *PortalController) WhenTempleteUnbind()
type UpdatedEvents ¶
type UpdatedEvents struct { Events []event.EventCases Enotes []event.EventNote }
type UpdatedObjMutex ¶
type UpdatedObjMutex struct { sync.Mutex UpdatedEvents }
Click to show internal directories.
Click to hide internal directories.