Imports of package scheduler

PathSynopsis
container/heapPackage heap provides heap operations for any type that implements heap.Interface.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/api/genericresource
github.com/moby/swarmkit/v2/log
github.com/moby/swarmkit/v2/manager/constraint
github.com/moby/swarmkit/v2/manager/state
github.com/moby/swarmkit/v2/manager/state/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/protobuf/ptypesPackage ptypes provides utility functions for use with gogo/protobuf/ptypes.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.