hoster/internals/types/project.go
2024-08-28 12:31:17 +02:00

9 lines
128 B
Go

package types
type Project struct {
Name string
Domain string
HostConfigFile string
InternalPort int
}