Documentation
¶
Index ¶
- type Service
- func (s *Service) DeleteProgress(c *auth.CustomContext, vID uuid.UUID) error
- func (s *Service) GetAllProgress(c *auth.CustomContext) ([]*ent.Playback, error)
- func (s *Service) GetProgress(c *auth.CustomContext, vID uuid.UUID) (*ent.Playback, error)
- func (s *Service) UpdateProgress(c *auth.CustomContext, vID uuid.UUID, time int) error
- func (s *Service) UpdateStatus(c *auth.CustomContext, vID uuid.UUID, status string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func NewService ¶
func (*Service) DeleteProgress ¶
func (*Service) GetAllProgress ¶
func (*Service) GetProgress ¶
func (*Service) UpdateProgress ¶
func (*Service) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.