Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReproducerController ¶
type ReproducerController struct {
// contains filtered or unexported fields
}
func NewReproducerController ¶
func NewReproducerController() (*ReproducerController, error)
func (*ReproducerController) Pause ¶
func (rController *ReproducerController) Pause(c echo.Context) error
func (*ReproducerController) Play ¶
func (rController *ReproducerController) Play(c echo.Context) error
type SubsController ¶
type SubsController struct {
// contains filtered or unexported fields
}
func NewSubsController ¶
func NewSubsController(subsRepository repository.SubsRepository) *SubsController
Click to show internal directories.
Click to hide internal directories.