func()

in pkg/yml/gateway.go [40:45]


func (s *Server) ToMem() *mem.Server {
	return &mem.Server{
		Port:  s.Port.ToMem(),
		Hosts: s.Hosts,
	}
}