internal

package
v6.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAlertV2ReferencesTable

type IAlertV2ReferencesTable interface {
	Insert(tx *sql.Tx, alertId string, referencedAlertIds []string) error

	SelectByAlertId(alertId string) ([]string, error)

	Delete(tx *sql.Tx, alertId string) error
}

type IAlertV2SAMECodesTable

type IAlertV2SAMECodesTable interface {
	Insert(tx *sql.Tx, alertId string, codes []string) error

	SelectByAlertId(alertId string) ([]string, error)

	Delete(tx *sql.Tx, alertId string) error
}

type IAlertV2UGCCodesTable

type IAlertV2UGCCodesTable interface {
	Insert(tx *sql.Tx, alertId string, codes []string) error

	SelectByAlertId(alertId string) ([]string, error)

	Delete(tx *sql.Tx, alertId string) error
}

type PostgresAlertV2ReferencesTable

type PostgresAlertV2ReferencesTable struct {
	// contains filtered or unexported fields
}

func NewPostgresAlertV2ReferencesTable

func NewPostgresAlertV2ReferencesTable(db *sql.DB) PostgresAlertV2ReferencesTable

func (*PostgresAlertV2ReferencesTable) Delete

func (p *PostgresAlertV2ReferencesTable) Delete(tx *sql.Tx, alertId string) error

func (*PostgresAlertV2ReferencesTable) Insert

func (p *PostgresAlertV2ReferencesTable) Insert(tx *sql.Tx, alertId string, referencedAlertIds []string) error

func (*PostgresAlertV2ReferencesTable) SelectByAlertId

func (p *PostgresAlertV2ReferencesTable) SelectByAlertId(alertId string) ([]string, error)

type PostgresAlertV2SAMECodesTable

type PostgresAlertV2SAMECodesTable struct {
	// contains filtered or unexported fields
}

func NewPostgresAlertV2SAMECodesTable

func NewPostgresAlertV2SAMECodesTable(db *sql.DB) PostgresAlertV2SAMECodesTable

func (*PostgresAlertV2SAMECodesTable) Delete

func (p *PostgresAlertV2SAMECodesTable) Delete(tx *sql.Tx, alertId string) error

func (*PostgresAlertV2SAMECodesTable) Insert

func (p *PostgresAlertV2SAMECodesTable) Insert(tx *sql.Tx, alertId string, codes []string) error

func (*PostgresAlertV2SAMECodesTable) SelectByAlertId

func (p *PostgresAlertV2SAMECodesTable) SelectByAlertId(alertId string) ([]string, error)

type PostgresAlertV2UGCCodesTable

type PostgresAlertV2UGCCodesTable struct {
	// contains filtered or unexported fields
}

func NewPostgresAlertV2UGCCodesTable

func NewPostgresAlertV2UGCCodesTable(db *sql.DB) PostgresAlertV2UGCCodesTable

func (*PostgresAlertV2UGCCodesTable) Delete

func (p *PostgresAlertV2UGCCodesTable) Delete(tx *sql.Tx, alertId string) error

func (*PostgresAlertV2UGCCodesTable) Insert

func (p *PostgresAlertV2UGCCodesTable) Insert(tx *sql.Tx, alertId string, codes []string) error

func (*PostgresAlertV2UGCCodesTable) SelectByAlertId

func (p *PostgresAlertV2UGCCodesTable) SelectByAlertId(alertId string) ([]string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL