Add architecture for multiple managers
using the chain of responsibility pattern.
This commit is contained in:
@ -24,7 +24,7 @@ const (
|
||||
var ErrMissingURLParameter = errors.New("url parameter missing")
|
||||
|
||||
type EnvironmentController struct {
|
||||
manager environment.Manager
|
||||
manager environment.ManagerHandler
|
||||
}
|
||||
|
||||
type ExecutionEnvironmentsResponse struct {
|
||||
|
Reference in New Issue
Block a user