1 2 3 4 5 6 7 8
package gemserver type ServerConfig struct { Domain string Port int64 CertFile string KeyFile string }