Hash is used to figure out if this forwarder is the unchanged or not from the config file updates
()
| 37 | |
| 38 | // Hash is used to figure out if this forwarder is the unchanged or not from the config file updates |
| 39 | func (s *ForwarderService) Hash() string { |
| 40 | return s.forwarder.Hash() |
| 41 | } |
| 42 | |
| 43 | // Shutdown stops the websocket listener |
| 44 | func (s *ForwarderService) Shutdown() { |