runtime: merge virtcontainers/pkg/types into virtcontainers/types

There are two types packages under virtcontainers, and the
virtcontainers/pkg/types has a few codes, merging them into
one can make it easy for outstanding and using types package.

Fixes: #3031

Signed-off-by: bin <bin@hyper.sh>
This commit is contained in:
bin
2021-11-12 15:06:39 +08:00
parent 04185bd068
commit 09f7962ff1
27 changed files with 24 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import (
"os"
persistapi "github.com/kata-containers/kata-containers/src/runtime/virtcontainers/persist/api"
vcTypes "github.com/kata-containers/kata-containers/src/runtime/virtcontainers/pkg/types"
vcTypes "github.com/kata-containers/kata-containers/src/runtime/virtcontainers/types"
)
var macvtapTrace = getNetworkTrace(MacvtapEndpointType)