Documentation
¶
Index ¶
- type Audit
- type CreateAuditParams
- type CreateMatchParams
- type CreatePlayerParams
- type DBTX
- type Match
- type Player
- type Queries
- func (q *Queries) CreateAudit(ctx context.Context, arg CreateAuditParams) (int64, error)
- func (q *Queries) CreateMatch(ctx context.Context, arg CreateMatchParams) (int64, error)
- func (q *Queries) CreatePlayer(ctx context.Context, arg CreatePlayerParams) (int64, error)
- func (q *Queries) DB() DBTX
- func (q *Queries) DeleteAllMatch(ctx context.Context) error
- func (q *Queries) DeleteMatch(ctx context.Context, id int64) error
- func (q *Queries) GetMatchByID(ctx context.Context, id int64) (Match, error)
- func (q *Queries) GetPlayerByID(ctx context.Context, id int64) (Player, error)
- func (q *Queries) ListAllAudit(ctx context.Context) ([]Audit, error)
- func (q *Queries) ListAllMatch(ctx context.Context) ([]Match, error)
- func (q *Queries) ListAllPlayer(ctx context.Context) ([]Player, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAuditParams ¶
type CreateMatchParams ¶
type CreatePlayerParams ¶ added in v0.0.3
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateAudit ¶
Code generated by entlite. DO NOT EDIT. SQLC compatible query definitions Audit CRUD operations
func (*Queries) CreateMatch ¶
Match CRUD operations
func (*Queries) CreatePlayer ¶ added in v0.0.3
Player CRUD operations
func (*Queries) DeleteAllMatch ¶ added in v0.0.3
func (*Queries) GetMatchByID ¶
func (*Queries) GetPlayerByID ¶ added in v0.0.3
func (*Queries) ListAllPlayer ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.