restructuration
This commit is contained in:
12
daemons/execution_manager.go
Normal file
12
daemons/execution_manager.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package daemons
|
||||
|
||||
import "oc-scheduler/models"
|
||||
|
||||
type ExecutionManager struct {
|
||||
Bookings models.ScheduledBooking
|
||||
}
|
||||
|
||||
func (em *ExecutionManager) test(){
|
||||
em.Bookings.Mu.Lock()
|
||||
defer em.Bookings.Mu.Unlock()
|
||||
}
|
||||
Reference in New Issue
Block a user