toolkit-cli.go 225 Bytes
Newer Older
songlinfeng's avatar
songlinfeng committed
1
2
3
4
5
6
/**
# Copyright (c) 2024, HCUOpt CORPORATION.  All rights reserved.
**/

package config

7
// CTKConfig stores the config options for the DTK Container Toolkit CLI (dcu-ctk)
songlinfeng's avatar
songlinfeng committed
8
9
10
type CTKConfig struct {
	Path string `toml:"path"`
}