Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assignment ¶
type Assignment struct {
archived.NoPKModel
ConnectionId uint64
ResponderId string `gorm:"primaryKey"`
IncidentId string `gorm:"primaryKey"`
}
func (Assignment) TableName ¶
func (Assignment) TableName() string
type Incident ¶
type OpsgenieConnection ¶
type OpsgenieConnection struct {
archived.Model
Name string `gorm:"type:varchar(100);uniqueIndex" json:"name" validate:"required"`
Token string `mapstructure:"token" env:"OPSGENIE_AUTH" validate:"required" encrypt:"yes"`
}
func (OpsgenieConnection) TableName ¶
func (OpsgenieConnection) TableName() string
type Responder ¶
type Service ¶
type Team ¶
type TransformationRules ¶
type TransformationRules struct {
archived.Model
Name string `gorm:"type:varchar(255);index:idx_name_github,unique"`
ConnectionId uint64
}
func (*TransformationRules) TableName ¶
func (*TransformationRules) TableName() string
Click to show internal directories.
Click to hide internal directories.