(cmd *model.Command)
| 234 | } |
| 235 | |
| 236 | func (s *Sync) SetupCmd(cmd *model.Command) { |
| 237 | s.cmd = cmd |
| 238 | } |
| 239 | |
| 240 | // BroadcastCloseSession forwards session id to underlying batchers |
| 241 | func (s *Sync) BroadcastCloseSession(sessionUuid string) { |
nothing calls this directly
no outgoing calls
no test coverage detected