Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { ID uuid.UUID `gorm:"default:uuid_generate_v4()" json:"event_id"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"-"` DeletedAt gorm.DeletedAt `json:"-"` StreamName string `json:"-"` Type string `json:"type"` Data datatypes.JSONMap `json:"data" gorm:"type:jsonb"` }
type TransferEvent ¶
Click to show internal directories.
Click to hide internal directories.