(names []string)
| 283 | } |
| 284 | |
| 285 | func (s *Server) UpdateServerName(names []string) { |
| 286 | s.UpdateDirective("server_name", names) |
| 287 | } |
| 288 | |
| 289 | func (s *Server) UpdateRoot(path string) { |
| 290 | s.UpdateDirective("root", []string{path}) |
no test coverage detected