Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeycloakInfo ¶
type KeycloakInfo struct { Id uuid.UUID `gorm:"primarykey;type:uuid;default:uuid_generate_v4()"` ClusterId string Realm string ClientId string Secret string PrivateKey string UpdatedAt time.Time CreatedAt time.Time }
KeycloakInfo represents a KeycloakInfo data in Database.
func (*KeycloakInfo) BeforeCreate ¶
func (c *KeycloakInfo) BeforeCreate(tx *gorm.DB) (err error)
Click to show internal directories.
Click to hide internal directories.