Documentation ¶
Index ¶
- type AuthInsertChannelParams
- type Channel
- type ChannelDeleteChannelRow
- type ChannelSelectChannelRow
- type ChannelSelectChannelsRow
- type DBTX
- type Queries
- func (q *Queries) AuthInsertChannel(ctx context.Context, arg AuthInsertChannelParams) (Channel, error)
- func (q *Queries) AuthSelectChannel(ctx context.Context, channelname string) (Channel, error)
- func (q *Queries) ChannelDeleteChannel(ctx context.Context, channelname string) (ChannelDeleteChannelRow, error)
- func (q *Queries) ChannelSelectChannel(ctx context.Context, channelname string) (ChannelSelectChannelRow, error)
- func (q *Queries) ChannelSelectChannels(ctx context.Context) ([]ChannelSelectChannelsRow, error)
- func (q *Queries) VideoDeleteVideo(ctx context.Context, slug string) (Video, error)
- func (q *Queries) VideoInsertVideo(ctx context.Context, arg VideoInsertVideoParams) (Video, error)
- func (q *Queries) VideoSelectVideo(ctx context.Context, slug string) (Video, error)
- func (q *Queries) VideoSelectVideos(ctx context.Context) ([]Video, error)
- func (q *Queries) VideoSelectVideosByChannel(ctx context.Context, uploader string) ([]Video, error)
- func (q *Queries) VideoUpdateVideo(ctx context.Context, arg VideoUpdateVideoParams) (Video, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type Video
- type VideoInsertVideoParams
- type VideoUpdateVideoParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInsertChannelParams ¶
type ChannelDeleteChannelRow ¶
type ChannelSelectChannelRow ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) AuthInsertChannel ¶
func (*Queries) AuthSelectChannel ¶
func (*Queries) ChannelDeleteChannel ¶
func (*Queries) ChannelSelectChannel ¶
func (*Queries) ChannelSelectChannels ¶
func (q *Queries) ChannelSelectChannels(ctx context.Context) ([]ChannelSelectChannelsRow, error)
func (*Queries) VideoDeleteVideo ¶
func (*Queries) VideoInsertVideo ¶
func (*Queries) VideoSelectVideo ¶
func (*Queries) VideoSelectVideos ¶
func (*Queries) VideoSelectVideosByChannel ¶
func (*Queries) VideoUpdateVideo ¶
type VideoInsertVideoParams ¶
Click to show internal directories.
Click to hide internal directories.