almost there
This commit is contained in:
9
pkg/config.go
Normal file
9
pkg/config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pkg
|
||||
|
||||
type ProjectConfig struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Url string `json:"url,omitempty"`
|
||||
Port uint16 `json:"port,omitempty"`
|
||||
EnvFile string `json:"env_file,omitempty"`
|
||||
Environment []string `json:"environment,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user