()
| 428 | } |
| 429 | |
| 430 | func (c *ServerCommand) flushLog() { |
| 431 | c.logGate.Flush() |
| 432 | } |
| 433 | |
| 434 | func (c *ServerCommand) parseConfig() (*server.Config, []configutil.ConfigError, error) { |
| 435 | var configErrors []configutil.ConfigError |
no test coverage detected