refactor: use external email package
This commit is contained in:
@@ -15,6 +15,6 @@ type Order struct {
|
||||
Tx string `bson:"tx" json:"tx"`
|
||||
Block string `bson:"block" json:"block"`
|
||||
PaidAt time.Time `bson:"paid_at" json:"paid_at"`
|
||||
CreatedAt time.Time `bson:"created_at" json:"created_at"`
|
||||
ExpiresAt time.Time `bson:"expires_at" json:"expires_at"`
|
||||
CreatedAt time.Time `bson:"created_at" json:"-"`
|
||||
ExpiresAt time.Time `bson:"expires_at" json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user