Updates the current set of routes with new/modified and deleted route definitions.
(upsert []*eskip.Route, deletedIDs []string)
| 108 | // Updates the current set of routes with new/modified and deleted |
| 109 | // route definitions. |
| 110 | func (c *Client) Update(upsert []*eskip.Route, deletedIDs []string) { |
| 111 | c.signalUpdate <- incomingUpdate{upsert, deletedIDs} |
| 112 | } |
| 113 | |
| 114 | // Updates the current set of routes with new/modified and deleted |
| 115 | // route definitions in eskip format. In case the parsing of the |