Documentation
¶
Index ¶
- type Attachment
- type DBTX
- type DeleteEnvelopeUntilCountParams
- type Endpoint
- type Message
- type Queries
- func (q *Queries) DeleteEnvelopeOlderThan(ctx context.Context, createdAt time.Time) (int64, error)
- func (q *Queries) DeleteEnvelopeUntilCount(ctx context.Context, arg DeleteEnvelopeUntilCountParams) (int64, error)
- func (q *Queries) GetEnvelopeMessageHTML(ctx context.Context, id int64) (string, error)
- func (q *Queries) IsRuleInternal(ctx context.Context, id int64) (bool, error)
- func (q *Queries) UpsertInternalEndpoint(ctx context.Context, arg UpsertInternalEndpointParams) error
- func (q *Queries) UpsertInternalRule(ctx context.Context, arg UpsertInternalRuleParams) error
- func (q *Queries) UpsertInternalRuleToEndpoint(ctx context.Context, arg UpsertInternalRuleToEndpointParams) (int64, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type Rule
- type RulesToEndpoint
- type UpsertInternalEndpointParams
- type UpsertInternalRuleParams
- type UpsertInternalRuleToEndpointParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) DeleteEnvelopeOlderThan ¶
func (*Queries) DeleteEnvelopeUntilCount ¶
func (*Queries) GetEnvelopeMessageHTML ¶
func (*Queries) IsRuleInternal ¶
func (*Queries) UpsertInternalEndpoint ¶
func (q *Queries) UpsertInternalEndpoint(ctx context.Context, arg UpsertInternalEndpointParams) error
autocmd BufWritePost query.sql !sqlc generate
func (*Queries) UpsertInternalRule ¶
func (q *Queries) UpsertInternalRule(ctx context.Context, arg UpsertInternalRuleParams) error
func (*Queries) UpsertInternalRuleToEndpoint ¶
type RulesToEndpoint ¶
Click to show internal directories.
Click to hide internal directories.