Signed-off-by: Daniel Nephin <dnephin@docker.com>
@@ -1,4 +1,4 @@
-package api
+package api // import "github.com/docker/docker/api"
// Common constants for daemon and client.
const (
@@ -1,6 +1,6 @@
// +build !windows
// MinVersion represents Minimum REST API version supported
const MinVersion string = "1.12"
// Technically the first daemon API version released on Windows is v1.25 in
-package build
+package build // import "github.com/docker/docker/api/server/backend/build"
import (
"fmt"
-package httputils
+package httputils // import "github.com/docker/docker/api/server/httputils"
"io"
"net/http"
import "testing"
"encoding/json"
-package server
+package server // import "github.com/docker/docker/api/server"
"github.com/docker/docker/api/server/httputils"
-package middleware
+package middleware // import "github.com/docker/docker/api/server/middleware"
"bufio"
"testing"
+package build // import "github.com/docker/docker/api/server/router/build"
"github.com/docker/docker/api/types"
import "github.com/docker/docker/api/server/router"
"bytes"
-package checkpoint
+package checkpoint // import "github.com/docker/docker/api/server/router/checkpoint"
import "github.com/docker/docker/api/types"
-package container
+package container // import "github.com/docker/docker/api/server/router/container"
"encoding/base64"
-package debug
+package debug // import "github.com/docker/docker/api/server/router/debug"
"expvar"
-package distribution
+package distribution // import "github.com/docker/docker/api/server/router/distribution"
"github.com/docker/distribution"
-package router
+package router // import "github.com/docker/docker/api/server/router"
-package image
+package image // import "github.com/docker/docker/api/server/router/image"
-package network
+package network // import "github.com/docker/docker/api/server/router/network"
"golang.org/x/net/context"
"strings"
"github.com/docker/docker/api/server/router"
-package plugin
+package plugin // import "github.com/docker/docker/api/server/router/plugin"
import "github.com/docker/docker/api/server/httputils"
-package session
+package session // import "github.com/docker/docker/api/server/router/session"
-package swarm
+package swarm // import "github.com/docker/docker/api/server/router/swarm"
basictypes "github.com/docker/docker/api/types"
-package system
+package system // import "github.com/docker/docker/api/server/router/system"
"time"
-package volume
+package volume // import "github.com/docker/docker/api/server/router/volume"
"crypto/tls"
-package types
+package types // import "github.com/docker/docker/api/types"
// AuthConfig contains authorization information for connecting to a Registry
type AuthConfig struct {
@@ -1,5 +1,5 @@
// Package backend includes types to send information to server backends.
-package backend
+package backend // import "github.com/docker/docker/api/types/backend"
-package blkiodev
+package blkiodev // import "github.com/docker/docker/api/types/blkiodev"
import "fmt"
"github.com/docker/docker/api/types/container"
+package container // import "github.com/docker/docker/api/types/container"
// IsValid indicates if an isolation technology is valid
func (i Isolation) IsValid() bool {
// IsBridge indicates whether container uses the bridge network stack
// in windows it is given the name NAT
// WaitCondition is a type used to specify a container state for which
// to wait.
-package events
+package events // import "github.com/docker/docker/api/types/events"
// ContainerEventType is the event type that containers generate
-package filters
+package filters // import "github.com/docker/docker/api/types/filters"
func ExampleArgs_MatchKVList() {
args := NewArgs(
@@ -1,7 +1,7 @@
/*Package filters provides tools for encoding a mapping of keys to a set of
multiple values.
*/
"errors"
-package mount
+package mount // import "github.com/docker/docker/api/types/mount"
"os"
+package network // import "github.com/docker/docker/api/types/network"
// Address represents an IP address
type Address struct {
@@ -1,3 +1,3 @@
//go:generate protoc --gogofast_out=import_path=github.com/docker/docker/api/types/plugins/logdriver:. entry.proto
-package logdriver
+package logdriver // import "github.com/docker/docker/api/types/plugins/logdriver"
"encoding/binary"
-package registry
+package registry // import "github.com/docker/docker/api/types/registry"
// ----------------------------------------------------------------------------
// DO NOT EDIT THIS FILE
// Seccomp represents the config for a seccomp profile for syscall restriction.
type Seccomp struct {
// Package types is used for API stability in the types and response to the
// consumers of the API stats endpoint.
import "time"
-package strslice
+package strslice // import "github.com/docker/docker/api/types/strslice"
import "encoding/json"
+package swarm // import "github.com/docker/docker/api/types/swarm"
import "os"
"github.com/docker/docker/api/types/network"
// Node represents a node.
type Node struct {
// RuntimeType is the type of runtime used for the TaskSpec
type RuntimeType string