portal/db/models/s5_challenge.go

11 lines
133 B
Go
Raw Normal View History

2024-01-16 16:31:25 +00:00
package models
import "gorm.io/gorm"
type S5Challenge struct {
gorm.Model
Challenge string
Pubkey string
Type string
}