LocalhostBunny/models/server.go

6 lines
49 B
Go
Raw Normal View History

2023-12-01 09:56:06 +01:00
package models
type Server struct {
Port int
}