Documentation
¶
Index ¶
- type IAlertV2ReferencesTable
- type IAlertV2SAMECodesTable
- type IAlertV2UGCCodesTable
- type IUserNotificationAlertOptionTabledeprecated
- type IUserNotificationConvectiveOutlookOptionTabledeprecated
- type PostgresAlertV2ReferencesTable
- type PostgresAlertV2SAMECodesTable
- type PostgresAlertV2UGCCodesTable
- type PostgresUserNotificationAlertOptionTabledeprecated
- func (p *PostgresUserNotificationAlertOptionTable) Delete(tx *sql.Tx, notificationId string) error
- func (p *PostgresUserNotificationAlertOptionTable) Insert(tx *sql.Tx, notificationId string, alertOptions []golang.AlertType) error
- func (p *PostgresUserNotificationAlertOptionTable) SelectByNotificationId(notificationId string) ([]golang.AlertType, error)
- func (p *PostgresUserNotificationAlertOptionTable) Update(tx *sql.Tx, notificationId string, alertOptions []golang.AlertType) error
- type PostgresUserNotificationConvectiveOutlookOptionTabledeprecated
- func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Delete(tx *sql.Tx, notificationId string) error
- func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Insert(tx *sql.Tx, notificationId string, ...) error
- func (p *PostgresUserNotificationConvectiveOutlookOptionTable) SelectByNotificationId(notificationId string) ([]golang.ConvectiveOutlookType, error)
- func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Update(tx *sql.Tx, notificationId string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAlertV2ReferencesTable ¶
type IAlertV2SAMECodesTable ¶
type IAlertV2UGCCodesTable ¶
type IUserNotificationAlertOptionTable
deprecated
type IUserNotificationAlertOptionTable interface {
Insert(tx *sql.Tx, notificationId string, alertOptions []golang.AlertType) error
Update(tx *sql.Tx, notificationId string, alertOptions []golang.AlertType) error
SelectByNotificationId(notificationId string) ([]golang.AlertType, error)
Delete(tx *sql.Tx, notificationId string) error
}
Deprecated: use the new location table
type IUserNotificationConvectiveOutlookOptionTable
deprecated
type IUserNotificationConvectiveOutlookOptionTable interface {
Insert(tx *sql.Tx, notificationId string, convectiveOutlookOptions []golang.ConvectiveOutlookType) error
Update(tx *sql.Tx, notificationId string, convectiveOutlookOptions []golang.ConvectiveOutlookType) error
SelectByNotificationId(notificationId string) ([]golang.ConvectiveOutlookType, error)
Delete(tx *sql.Tx, notificationId string) error
}
Deprecated: use the new location table
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) 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) 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) SelectByAlertId ¶
func (p *PostgresAlertV2UGCCodesTable) SelectByAlertId(alertId string) ([]string, error)
type PostgresUserNotificationAlertOptionTable
deprecated
type PostgresUserNotificationAlertOptionTable struct {
// contains filtered or unexported fields
}
Deprecated: use the new location table
func NewPostgresUserNotificationsAlertOptionsTable
deprecated
func NewPostgresUserNotificationsAlertOptionsTable(db *sql.DB) PostgresUserNotificationAlertOptionTable
Deprecated: use the new location table
func (*PostgresUserNotificationAlertOptionTable) Delete ¶
func (p *PostgresUserNotificationAlertOptionTable) Delete(tx *sql.Tx, notificationId string) error
func (*PostgresUserNotificationAlertOptionTable) SelectByNotificationId ¶
func (p *PostgresUserNotificationAlertOptionTable) SelectByNotificationId(notificationId string) ([]golang.AlertType, error)
type PostgresUserNotificationConvectiveOutlookOptionTable
deprecated
type PostgresUserNotificationConvectiveOutlookOptionTable struct {
// contains filtered or unexported fields
}
Deprecated: use the new location table
func NewPostgresUserNotificationConvectiveOutlookOptionTable
deprecated
func NewPostgresUserNotificationConvectiveOutlookOptionTable(db *sql.DB) PostgresUserNotificationConvectiveOutlookOptionTable
Deprecated: use the new location table
func (*PostgresUserNotificationConvectiveOutlookOptionTable) Delete ¶
func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Delete(tx *sql.Tx, notificationId string) error
func (*PostgresUserNotificationConvectiveOutlookOptionTable) Insert ¶
func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Insert(tx *sql.Tx, notificationId string, convectiveOutlookOptions []golang.ConvectiveOutlookType) error
func (*PostgresUserNotificationConvectiveOutlookOptionTable) SelectByNotificationId ¶
func (p *PostgresUserNotificationConvectiveOutlookOptionTable) SelectByNotificationId(notificationId string) ([]golang.ConvectiveOutlookType, error)
func (*PostgresUserNotificationConvectiveOutlookOptionTable) Update ¶
func (p *PostgresUserNotificationConvectiveOutlookOptionTable) Update(tx *sql.Tx, notificationId string, convectiveOutlookOptions []golang.ConvectiveOutlookType) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.