Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryScheduler ¶
type MemoryScheduler struct {
// contains filtered or unexported fields
}
func NewMemoryScheduler ¶
func NewMemoryScheduler(mgr *manager.Manager) *MemoryScheduler
Memory scheduler is just a prototype of scheduler, it mustn't be used in production environment
func (*MemoryScheduler) GetSession ¶
func (s *MemoryScheduler) GetSession() (*scan.Session, error)
func (*MemoryScheduler) UpdateScan ¶
func (s *MemoryScheduler) UpdateScan(sc *scan.Scan) error
Click to show internal directories.
Click to hide internal directories.