Move blkiodev package to types.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 757d284759
Component: cli
This commit is contained in:
David Calavera
2015-12-18 12:44:39 -05:00
committed by Vincent Demeester
parent e11e267b2a
commit 32138ef056
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"github.com/docker/docker/pkg/blkiodev"
"github.com/docker/docker/api/types/blkiodev"
"github.com/docker/go-units"
)

View File

@ -3,7 +3,7 @@ package opts
import (
"fmt"
"github.com/docker/docker/pkg/blkiodev"
"github.com/docker/docker/api/types/blkiodev"
)
// ThrottledeviceOpt defines a map of ThrottleDevices

View File

@ -3,7 +3,7 @@ package opts
import (
"fmt"
"github.com/docker/docker/pkg/blkiodev"
"github.com/docker/docker/api/types/blkiodev"
)
// WeightdeviceOpt defines a map of WeightDevices