package
0.0.0-20230227000145-7f8d8f8780fe
Repository: https://github.com/neophenix/lxdepot.git
Documentation: pkg.go.dev
# Functions
ParseConfig is the only function that external users need to know about.
# Structs
Config is the main config structure mostly pulling together the above items, also holds our client PKI.
DNS settings, or are we using DHCP or a 3rd party provider.
FileOrCommand is for bootstrapping or other setup, used as an array of sequential "things to do" file will upload a file to the container, command will run a command on it.
LXDhost is where the details of each host we are going to talk to lives.
NetworkingConfig holds a network file template and the location where it should be placed in the container.