Imports of package tasks

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/boltdb/boltPackage bolt implements a low-level key/value store in pure Go.
github.com/containerd/containerd/api/services/tasks/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/types
github.com/containerd/containerd/api/types/taskPackage task defines the task service.
github.com/containerd/containerd/archive
github.com/containerd/containerd/containers
github.com/containerd/containerd/content
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/events
github.com/containerd/containerd/filtersPackage filters defines a syntax and parser that can be used for the filtration of items across the containerd API.
github.com/containerd/containerd/images
github.com/containerd/containerd/log
github.com/containerd/containerd/metadataPackage metadata stores all labels and object specific metadata by namespace.
github.com/containerd/containerd/mount
github.com/containerd/containerd/plugin
github.com/containerd/containerd/runtime
github.com/containerd/containerd/services
github.com/containerd/typeurl
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
timePackage time provides functionality for measuring and displaying time.