Method
playbackControl
(ctx context.Context, reply string, req *proxy.Request)
Source from the content-addressed store, hash-verified
| 7 | ) |
| 8 | |
| 9 | func (s *Server) playbackControl(ctx context.Context, reply string, req *proxy.Request) { |
| 10 | s.sendError(reply, s.ari.Playback().Control(req.Key, req.PlaybackControl.Command)) |
| 11 | } |
| 12 | |
| 13 | func (s *Server) playbackData(ctx context.Context, reply string, req *proxy.Request) { |
| 14 | data, err := s.ari.Playback().Data(req.Key) |
Callers
nothing calls this directly
Tested by
no test coverage detected