9 lines
128 B
Go
9 lines
128 B
Go
|
package types
|
||
|
|
||
|
type Project struct {
|
||
|
Name string
|
||
|
Domain string
|
||
|
HostConfigFile string
|
||
|
InternalPort int
|
||
|
}
|