Documentation
¶
Index ¶
- type Channel
- type Service
- func (s *Service) CheckChannelExists(cName string) bool
- func (s *Service) CheckChannelExistsNoContext(cName string) bool
- func (s *Service) CreateChannel(channelDto Channel) (*ent.Channel, error)
- func (s *Service) DeleteChannel(channelID uuid.UUID) error
- func (s *Service) GetChannel(channelID uuid.UUID) (*ent.Channel, error)
- func (s *Service) GetChannelByName(cName string) (*ent.Channel, error)
- func (s *Service) GetChannels() ([]*ent.Channel, error)
- func (s *Service) UpdateChannel(cId uuid.UUID, channelDto Channel) (*ent.Channel, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
func NewService ¶
func (*Service) CheckChannelExists ¶
func (*Service) CheckChannelExistsNoContext ¶
func (*Service) CreateChannel ¶
func (*Service) GetChannel ¶
func (*Service) GetChannelByName ¶
Click to show internal directories.
Click to hide internal directories.