container/heap | Package heap provides heap operations for any type that implements heap.Interface. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package 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/store | Package store provides interfaces to work with swarm cluster state. |
github.com/moby/swarmkit/v2/protobuf/ptypes | Package ptypes provides utility functions for use with gogo/protobuf/ptypes. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |