Commit 48c080c4 authored by songlinfeng's avatar songlinfeng
Browse files

rename dcu-ctk dcu-container-toolkit

parent 0ccfece1
package podman
import (
"dtk-container-toolkit/pkg/config/engine"
"dcu-container-toolkit/pkg/config/engine"
"fmt"
"gopkg.in/ini.v1"
......@@ -11,7 +11,7 @@ type Config struct {
File *ini.File
}
const (
defaultDTKRuntimeExpecutablePath = "/usr/bin/dtk-container-runtime"
defaultDTKRuntimeExpecutablePath = "/usr/bin/dcu-container-runtime"
)
var _ engine.Interface = (*Config)(nil)
......
......@@ -4,7 +4,7 @@
package device
import "dtk-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
import "dcu-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
// Interface provides the API to the 'device' package.
type Interface interface {
......
......@@ -5,7 +5,7 @@
package device
import (
"dtk-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
"dcu-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
"fmt"
)
......
......@@ -4,7 +4,7 @@
package device
import "dtk-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
import "dcu-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
// MigDevice defines the set of extended functions associated with a MIG device.
type MigDevice interface {
......
......@@ -6,8 +6,8 @@ package c3000smi
import (
"bytes"
"dtk-container-toolkit/internal/logger"
"dtk-container-toolkit/internal/lookup"
"dcu-container-toolkit/internal/logger"
"dcu-container-toolkit/internal/lookup"
"fmt"
"os"
"os/exec"
......
# Copyright (c) 2024, HCUOpt CORPORATION. All rights reserved.
LIB_NAME := dtk-container-toolkit
LIB_NAME := dcu-container-toolkit
LIB_VERSION := 1.2.3
LIB_TAG :=
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment