feat: add S5 challenge model
This commit is contained in:
parent
fb136234a9
commit
a62c6daa4a
|
@ -0,0 +1,10 @@
|
||||||
|
package models
|
||||||
|
|
||||||
|
import "gorm.io/gorm"
|
||||||
|
|
||||||
|
type S5Challenge struct {
|
||||||
|
gorm.Model
|
||||||
|
Challenge string
|
||||||
|
Pubkey string
|
||||||
|
Type string
|
||||||
|
}
|
Loading…
Reference in New Issue