aboutsummaryrefslogtreecommitdiff
path: root/config/types.go
blob: 5e849717616f7bad2ac3f2533234323b81569b58 (plain)
1
2
3
4
5
6
package config

type ServerConfig struct {
	Port  int
	Debug bool
}