Merge internal/stack => component
This commit is contained in:
parent
7b2f79bea1
commit
91a088a56a
16 changed files with 40 additions and 72 deletions
2
env/distillery.go
vendored
2
env/distillery.go
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue