package rest type ( MiddlewaresConf struct { } RestConf struct { Host string Port int CertFile string KeyFile string Timeout int64 } )