Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExternalInitiator ¶
type ExternalInitiator struct { *gorm.Model Name string `gorm:"not null;unique"` URL models.WebURL `gorm:"not null"` AccessKey string `gorm:"not null"` Salt string `gorm:"not null"` HashedSecret string `gorm:"not null"` OutgoingSecret string `gorm:"not null"` OutgoingToken string `gorm:"not null"` }
Click to show internal directories.
Click to hide internal directories.