Documentation
¶
Index ¶
- Variables
- type Channel
- type ChannelRepo
- type KakaUseCase
- func (uc *KakaUseCase) CreateChannel(ctx context.Context) (*Channel, error)
- func (uc *KakaUseCase) GetChannel(ctx context.Context, id string) (*Channel, error)
- func (uc *KakaUseCase) ListChannels(ctx context.Context) ([]*Channel, error)
- func (uc *KakaUseCase) SetChannelPresentationDescription(ctx context.Context, id string, sdp *sdp.Message, raw []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewKakaUseCase)
Functions ¶
This section is empty.
Types ¶
type ChannelRepo ¶
type KakaUseCase ¶
type KakaUseCase struct {
// contains filtered or unexported fields
}
func NewKakaUseCase ¶
func NewKakaUseCase(logger log.Logger, repo ChannelRepo) *KakaUseCase
func (*KakaUseCase) CreateChannel ¶
func (uc *KakaUseCase) CreateChannel(ctx context.Context) (*Channel, error)
func (*KakaUseCase) GetChannel ¶
func (*KakaUseCase) ListChannels ¶
func (uc *KakaUseCase) ListChannels(ctx context.Context) ([]*Channel, error)
func (*KakaUseCase) SetChannelPresentationDescription ¶
Click to show internal directories.
Click to hide internal directories.