Documentation ¶
Index ¶
- type Account
- type AccountRow
- type ChannelFromNicknameParams
- type ChannelNickname
- type ChannelNicknameParams
- type ChannelNicknamesRow
- type DBTX
- type NumbersMuted
- type Queries
- func (q *Queries) Account(ctx context.Context, userNumber string) (AccountRow, error)
- func (q *Queries) Accounts(ctx context.Context) ([]Account, error)
- func (q *Queries) ChannelFromNickname(ctx context.Context, arg ChannelFromNicknameParams) (int64, error)
- func (q *Queries) ChannelNickname(ctx context.Context, arg ChannelNicknameParams) (string, error)
- func (q *Queries) ChannelNicknames(ctx context.Context, userNumber string) ([]ChannelNicknamesRow, error)
- func (q *Queries) NumberIsMuted(ctx context.Context, userNumber string) (int64, error)
- func (q *Queries) SetAccount(ctx context.Context, arg SetAccountParams) error
- func (q *Queries) SetChannelNickname(ctx context.Context, arg SetChannelNicknameParams) error
- func (q *Queries) SetNumberMuted(ctx context.Context, arg SetNumberMutedParams) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type SetAccountParams
- type SetChannelNicknameParams
- type SetNumberMutedParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountRow ¶
type ChannelNickname ¶
type ChannelNicknameParams ¶
type ChannelNicknamesRow ¶
type NumbersMuted ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) ChannelFromNickname ¶
func (*Queries) ChannelNickname ¶
func (*Queries) ChannelNicknames ¶
func (*Queries) NumberIsMuted ¶
func (*Queries) SetAccount ¶
func (q *Queries) SetAccount(ctx context.Context, arg SetAccountParams) error
func (*Queries) SetChannelNickname ¶
func (q *Queries) SetChannelNickname(ctx context.Context, arg SetChannelNicknameParams) error
func (*Queries) SetNumberMuted ¶
func (q *Queries) SetNumberMuted(ctx context.Context, arg SetNumberMutedParams) error
type SetAccountParams ¶
type SetNumberMutedParams ¶
Click to show internal directories.
Click to hide internal directories.