Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CH ¶
type CH struct {
// contains filtered or unexported fields
}
CH is Handler implementation.
func NewHandler ¶
func NewHandler( channelInteractor usecase.ChannelInteractor, ) CH
NewHandler returns a new instance of a clip handler.
func (*CH) APICronChannelsGet ¶
func (h *CH) APICronChannelsGet(ctx context.Context, req api.APICronChannelsGetParams) (api.APICronChannelsGetRes, error)
APICronChannelsGet implements the POST /channels/{channel_id}/channels endpoint.
Click to show internal directories.
Click to hide internal directories.