package
Version:
v0.0.0-...-7e31de2
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event[T any] struct {
ID string `json:"id"`
Payload T `json:"payload"`
Version string `json:"version"`
CreatedAt time.Time `json:"created_at"`
}
type FinishedEvent struct {
Type string `json:"type"`
TrackingId string `json:"tracking_id"`
Status string `json:"status"`
}
type NewDepositEvent struct {
Type string `json:"type"`
ID string `json:"id"`
TrackingId string `json:"tracking_id"`
IBAN string `json:"IBAN"`
Gateway string `json:"gateway"`
Amount string `json:"amount"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
type ProcessingEvent struct {
Type string `json:"type"`
TrackingId string `json:"tracking_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.