Documentation
¶
Index ¶
- type CreateProjectParams
- type DBTX
- type Project
- type Queries
- func (q *Queries) CreateProject(ctx context.Context, arg CreateProjectParams) (Project, error)
- func (q *Queries) DeleteProjectById(ctx context.Context, id int32) error
- func (q *Queries) DeleteProjectByName(ctx context.Context, name string) error
- func (q *Queries) ListProjects(ctx context.Context) ([]Project, 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 CreateProjectParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateProject ¶
func (*Queries) DeleteProjectById ¶
func (*Queries) DeleteProjectByName ¶
func (*Queries) ListProjects ¶
Click to show internal directories.
Click to hide internal directories.