We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c415aaa commit ad5ac0bCopy full SHA for ad5ac0b
domain/event.go
@@ -175,6 +175,7 @@ type EventDTO struct {
175
Capacity int `json:"capacity"`
176
RegistrationLink string `json:"registration_link"`
177
SessionType string `json:"session_type"`
178
+ Status string `json:"status"`
179
}
180
181
type UpdateEvenPayload struct {
@@ -284,6 +285,7 @@ func (e Event) ToDTO() EventDTO {
284
285
ImageEvent: e.Image,
286
DateEvent: e.Date,
287
Type: e.Type,
288
+ Status: e.Status,
289
Location: e.Location,
290
Duration: e.Duration,
291
Capacity: e.Capacity,
0 commit comments