Basic global hash whitelist
This commit is contained in:
8
models/whitelisted.go
Normal file
8
models/whitelisted.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type WhitelistedHash struct {
|
||||
gorm.Model
|
||||
Hash string `json:"hash"`
|
||||
}
|
||||
Reference in New Issue
Block a user