Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLevelParams ¶
type CreateLevelParams struct { LevelID string `db:"level_id"` LevelIndex sql.NullString `db:"level_index"` LevelName sql.NullString `db:"level_name"` }
type Level ¶
type Level struct { LevelID string `csv:"level_id"` LevelIndex sql.NullString `csv:"level_index,omitempty"` LevelName sql.NullString `csv:"level_name,omitempty"` }
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateLevel ¶
func (q *Queries) CreateLevel(ctx context.Context, arg CreateLevelParams) error
func (*Queries) GetLevelByID ¶
Click to show internal directories.
Click to hide internal directories.