/** # Copyright (c) 2024, HCUOpt CORPORATION. All rights reserved. **/ package config // CTKConfig stores the config options for the DTK Container Toolkit CLI (dcu-ctk) type CTKConfig struct { Path string `toml:"path"` }