Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct {
Key string `json:"key"`
Value json.RawMessage `json:"value" gorm:"type:jsonb"`
UpdatedAt time.Time `json:"updated_at" gorm:"autoUpdateTime"`
}
func (AuthConfig) TableName ¶
func (s AuthConfig) TableName() string
Click to show internal directories.
Click to hide internal directories.