File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ type Event struct {
8484 CreatedAt time.Time `json:"created_at"`
8585 UpdatedAt null.Time `json:"updated_at"`
8686 DeletedAt null.Time `json:"deleted_at"`
87+ AdditionalLink string `json:"additional_link"`
8788}
8889
8990func (Event ) TableName () string {
@@ -129,6 +130,7 @@ type CreateEventPayload struct {
129130 Speakers []string `json:"speakers"`
130131 ReservationStartDate null.Time `json:"reservation_start_date"`
131132 ReservationEndDate null.Time `json:"reseveration_end_date"`
133+ AdditionalLink string `json:"additional_link"`
132134}
133135
134136type UpdateEventPayload struct {
@@ -150,6 +152,7 @@ type UpdateEventPayload struct {
150152 Speakers []string `json:"speakers"`
151153 ReservationStartDate null.Time `json:"reservation_start_date"`
152154 ReservationEndDate null.Time `json:"reseveration_end_date"`
155+ AdditionalLink string `json:"additional_link"`
153156}
154157
155158type EventDTO struct {
You can’t perform that action at this time.
0 commit comments