chore: add check address
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Address struct {
|
||||
ID int64 `db:"id"`
|
||||
InvalidAddress string `db:"invalid_address"`
|
||||
CorrectAddress string `db:"correct_address"`
|
||||
CreatedAt time.Time `db:"created_at"`
|
||||
UpdatedAt time.Time `db:"updated_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user