First version
This commit is contained in:
8
internals/types/project.go
Normal file
8
internals/types/project.go
Normal file
@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type Project struct {
|
||||
Name string
|
||||
Domain string
|
||||
HostConfigFile string
|
||||
InternalPort int
|
||||
}
|
Reference in New Issue
Block a user