hoster/internals/types/project.go

9 lines
128 B
Go
Raw Permalink Normal View History

2024-08-28 12:31:17 +02:00
package types
type Project struct {
Name string
Domain string
HostConfigFile string
InternalPort int
}