Documentation
¶
Index ¶
- type AddGraphEncryptKeyParams
- type AddGraphSaltParams
- type BatchFileMetasParams
- type CreateGraphParams
- type DBTX
- type FileMeta
- type Graph
- type GraphEncryptKey
- type GraphSalt
- type Queries
- func (q *Queries) AddGraphEncryptKey(ctx context.Context, arg AddGraphEncryptKeyParams) error
- func (q *Queries) AddGraphSalt(ctx context.Context, arg AddGraphSaltParams) error
- func (q *Queries) AllFileMeta(ctx context.Context, graphID string) ([]FileMeta, error)
- func (q *Queries) BatchFileMetas(ctx context.Context, arg BatchFileMetasParams) ([]FileMeta, error)
- func (q *Queries) CreateGraph(ctx context.Context, arg CreateGraphParams) (int64, error)
- func (q *Queries) DeleteGraph(ctx context.Context, id string) error
- func (q *Queries) Graph(ctx context.Context, id string) (Graph, error)
- func (q *Queries) GraphEncryptKeys(ctx context.Context, graphID string) ([]GraphEncryptKey, error)
- func (q *Queries) GraphSalts(ctx context.Context, graphID string) ([]GraphSalt, error)
- func (q *Queries) Graphs(ctx context.Context) ([]Graph, error)
- func (q *Queries) IncrementTx(ctx context.Context, id string) (int64, error)
- func (q *Queries) SetFileMeta(ctx context.Context, arg SetFileMetaParams) error
- func (q *Queries) SetTx(ctx context.Context, arg SetTxParams) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type SetFileMetaParams
- type SetTxParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGraphSaltParams ¶
type BatchFileMetasParams ¶
type CreateGraphParams ¶
type GraphEncryptKey ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) AddGraphEncryptKey ¶
func (q *Queries) AddGraphEncryptKey(ctx context.Context, arg AddGraphEncryptKeyParams) error
func (*Queries) AddGraphSalt ¶
func (q *Queries) AddGraphSalt(ctx context.Context, arg AddGraphSaltParams) error
func (*Queries) AllFileMeta ¶
func (*Queries) BatchFileMetas ¶
func (*Queries) CreateGraph ¶
func (*Queries) GraphEncryptKeys ¶
func (*Queries) GraphSalts ¶
func (*Queries) IncrementTx ¶
func (*Queries) SetFileMeta ¶
func (q *Queries) SetFileMeta(ctx context.Context, arg SetFileMetaParams) error
type SetFileMetaParams ¶
type SetTxParams ¶
Click to show internal directories.
Click to hide internal directories.