First version

This commit is contained in:
2024-08-28 12:31:17 +02:00
commit 407a8d5052
10 changed files with 421 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package types
type Project struct {
Name string
Domain string
HostConfigFile string
InternalPort int
}