Documentation
¶
Index ¶
- type ConvertChat
- type Live
- type Service
- func (s *Service) AddLiveWatchedChannel(c echo.Context, liveDto Live) (*ent.Live, error)
- func (s *Service) Check() error
- func (s *Service) ConvertChat(c echo.Context, convertChatDto ConvertChat) error
- func (s *Service) DeleteLiveWatchedChannel(c echo.Context, lID uuid.UUID) error
- func (s *Service) GetLiveWatchedChannels(c echo.Context) ([]*ent.Live, error)
- func (s *Service) UpdateLiveWatchedChannel(c echo.Context, liveDto Live) (*ent.Live, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertChat ¶ added in v1.0.6
type Service ¶
type Service struct { Store *database.Database TwitchService *twitch.Service ArchiveService *archive.Service }
func NewService ¶
func (*Service) AddLiveWatchedChannel ¶
func (*Service) ConvertChat ¶ added in v1.0.6
func (s *Service) ConvertChat(c echo.Context, convertChatDto ConvertChat) error
func (*Service) DeleteLiveWatchedChannel ¶
func (*Service) GetLiveWatchedChannels ¶
Click to show internal directories.
Click to hide internal directories.