wisski-cloud-distillery/env
Tom Wiesing 09431c4869
env: Move each component into a separate struct
This commit cleans up the distillery code by making each component a
distinct struct. Each of these components is also returned by by a new
Component() function that replaces the Stacks() function.
2022-09-08 14:39:04 +02:00
..
backup.go Implement initial 'wdcli backup_instance' command 2022-09-08 14:39:04 +02:00
distillery.go Do a large chunk of the move to go 2022-09-08 14:39:04 +02:00
instances.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
instances_provision.go Do a large chunk of the move to go 2022-09-08 14:39:04 +02:00
params.go Do a large chunk of the move to go 2022-09-08 14:39:04 +02:00
requirements.go Do a large chunk of the move to go 2022-09-08 14:39:04 +02:00
runtime.go Implement initial 'wdcli backup_instance' command 2022-09-08 14:39:04 +02:00
stack.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_resolver.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_self.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_sql.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_ssh.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_triplestore.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00
stack_web.go env: Move each component into a separate struct 2022-09-08 14:39:04 +02:00