package
Version:
v0.0.0-...-7980018
Opens a new window with list of versions in this module.
Published: Aug 3, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EventDTO struct {
Title string `json:"title" validate:"required"`
Description string `json:"description" validate:"required"`
MentorID string `json:"mentor_id" validate:"required"`
StartDate string `json:"start_date" validate:"required"`
EndDate string `json:"end_date" validate:"required"`
}
type ParticipantDTO struct {
ParticipantId uuid.UUID `json:"participantId" binding:"required"`
EventId uuid.UUID `-`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.