package
Version:
v0.1.26
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Share struct {
ID string `gorm:"column:id;primary_key"`
Data string `gorm:"column:data; not null"`
UserID string `gorm:"column:user_id;not null"`
Entropy Entropy `gorm:"column:entropy;default:none"`
Salt string `gorm:"column:salt;default:null"`
Iterations int `gorm:"column:iterations;default:null"`
Length int `gorm:"column:length;default:null"`
Digest string `gorm:"column:digest;default:null"`
CreatedAt time.Time `gorm:"column:created_at;autoCreateTime"`
UpdatedAt time.Time `gorm:"column:updated_at;autoUpdateTime"`
DeletedAt gorm.DeletedAt `gorm:"column:deleted_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.