Merge internal/stack => component

This commit is contained in:
Tom Wiesing 2022-09-11 16:03:13 +02:00
parent 7b2f79bea1
commit 91a088a56a
No known key found for this signature in database
16 changed files with 40 additions and 72 deletions

2
env/distillery.go vendored
View file

@ -12,7 +12,7 @@ import (
// Distillery represents a running instance for the distillery
type Distillery struct {
Config *config.Config
Upstream Upstream
Upstream Upstream // TODO: not sure this belongs here
}
// Upstream are the upstream urls connecting to the various external components.