Unverified Commit 3429d895 authored by chenpengdev's avatar chenpengdev Committed by GitHub

fix exported method run's comment

parent 12752f31
...@@ -144,7 +144,7 @@ type EndpointController struct { ...@@ -144,7 +144,7 @@ type EndpointController struct {
workerLoopPeriod time.Duration workerLoopPeriod time.Duration
} }
// Runs e; will not return until stopCh is closed. workers determines how many // Run will not return until stopCh is closed. workers determines how many
// endpoints will be handled in parallel. // endpoints will be handled in parallel.
func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) { func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) {
defer utilruntime.HandleCrash() defer utilruntime.HandleCrash()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment