package
Version:
v0.0.0-...-cadae65
Opens a new window with list of versions in this module.
Published: Sep 10, 2024
License: CC0-1.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SomeEvent struct {
Overview string `json:"overview" validate:"required"`
Payload []byte `json:"payload" validate:"required"`
CreatedAt time.Time `json:"created_at" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.