Make handling scheduleResult more readable
Signed-off-by: Kante Yin <kerthcet@gmail.com>
This commit is contained in:
@@ -279,8 +279,7 @@ func AsStatus(err error) *Status {
|
||||
}
|
||||
}
|
||||
|
||||
// PluginToStatus maps plugin name to status. Currently used to identify which Filter plugin
|
||||
// returned which status.
|
||||
// PluginToStatus maps plugin name to status it returned.
|
||||
type PluginToStatus map[string]*Status
|
||||
|
||||
// Merge merges the statuses in the map into one. The resulting status code have the following
|
||||
|
Reference in New Issue
Block a user