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

rename dcu-ctk dcu-container-toolkit

parent 0ccfece1
package podman package podman
import ( import (
"dtk-container-toolkit/pkg/config/engine" "dcu-container-toolkit/pkg/config/engine"
"fmt" "fmt"
"gopkg.in/ini.v1" "gopkg.in/ini.v1"
...@@ -11,7 +11,7 @@ type Config struct { ...@@ -11,7 +11,7 @@ type Config struct {
File *ini.File File *ini.File
} }
const ( const (
defaultDTKRuntimeExpecutablePath = "/usr/bin/dtk-container-runtime" defaultDTKRuntimeExpecutablePath = "/usr/bin/dcu-container-runtime"
) )
var _ engine.Interface = (*Config)(nil) var _ engine.Interface = (*Config)(nil)
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
package device 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. // Interface provides the API to the 'device' package.
type Interface interface { type Interface interface {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
package device package device
import ( import (
"dtk-container-toolkit/pkg/go-c3000smi/pkg/c3000smi" "dcu-container-toolkit/pkg/go-c3000smi/pkg/c3000smi"
"fmt" "fmt"
) )
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
package device 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. // MigDevice defines the set of extended functions associated with a MIG device.
type MigDevice interface { type MigDevice interface {
......
...@@ -6,8 +6,8 @@ package c3000smi ...@@ -6,8 +6,8 @@ package c3000smi
import ( import (
"bytes" "bytes"
"dtk-container-toolkit/internal/logger" "dcu-container-toolkit/internal/logger"
"dtk-container-toolkit/internal/lookup" "dcu-container-toolkit/internal/lookup"
"fmt" "fmt"
"os" "os"
"os/exec" "os/exec"
......
# Copyright (c) 2024, HCUOpt CORPORATION. All rights reserved. # Copyright (c) 2024, HCUOpt CORPORATION. All rights reserved.
LIB_NAME := dtk-container-toolkit LIB_NAME := dcu-container-toolkit
LIB_VERSION := 1.2.3 LIB_VERSION := 1.2.3
LIB_TAG := 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