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

package config

// CTKConfig stores the config options for the DTK Container Toolkit CLI (dtk-ctk)
type CTKConfig struct {
	Path string `toml:"path"`
}