feat: set up project
This commit is contained in:
10
internal/domain/notification.go
Normal file
10
internal/domain/notification.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
import "time"
|
||||
|
||||
type Notification struct {
|
||||
BlockHash string
|
||||
Tx string
|
||||
Amount float64
|
||||
DoneAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user