Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageSyncWorker ¶
type ImageSyncWorker struct {
Config *config.DevicedConfig
ConfigLock *sync.Mutex
WorkerLock *sync.Mutex
DockerClient *dc.Client
Running bool
WakeChannel chan bool
QuitChannel chan bool
WakeContainerChannel *chan bool
RecheckTimer *time.Timer
UnsolvedReqs bool
RegistryContext context.Context
}
func (*ImageSyncWorker) Init ¶
func (iw *ImageSyncWorker) Init()
func (*ImageSyncWorker) Quit ¶
func (iw *ImageSyncWorker) Quit()
func (*ImageSyncWorker) RecheckConfig ¶
func (iw *ImageSyncWorker) RecheckConfig()
func (*ImageSyncWorker) Run ¶
func (iw *ImageSyncWorker) Run()
Click to show internal directories.
Click to hide internal directories.