github.com/searchspring/haus@v0.1.8-0.20200414161854-a7ca8bb9ea93/app/environment.go (about)

     1  package haus
     2  
     3  // Environment represents a single environment from the haus config file.
     4  type Environment struct {
     5  	Name string
     6  	Requirements []string
     7  	Variables map[string]string
     8  }