Documentation
¶
Index ¶
- type Content
- type DBTX
- type File
- type GetFileRow
- type InsertContentParams
- type InsertFileParams
- type Queries
- func (q *Queries) CheckPath(ctx context.Context, path string) (int64, error)
- func (q *Queries) Close() error
- func (q *Queries) GetFile(ctx context.Context, path string) ([]GetFileRow, error)
- func (q *Queries) InsertContent(ctx context.Context, arg InsertContentParams) error
- func (q *Queries) InsertFile(ctx context.Context, arg InsertFileParams) (int64, error)
- func (q *Queries) InsertURL(ctx context.Context, path string) (int64, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type Url
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFileRow ¶
type InsertContentParams ¶
type InsertFileParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) InsertContent ¶
func (q *Queries) InsertContent(ctx context.Context, arg InsertContentParams) error
func (*Queries) InsertFile ¶
Click to show internal directories.
Click to hide internal directories.