Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventService ¶
type EventService struct {
// contains filtered or unexported fields
}
func NewEventService ¶
func NewEventService(eventRepository repositories.EventRepository) *EventService
func (*EventService) AddParticipant ¶
func (s *EventService) AddParticipant(participantRequest dtos.ParticipantDTO) (models.Event, error)
func (*EventService) CreateEvent ¶
func (*EventService) FindAllEvents ¶
func (s *EventService) FindAllEvents() ([]models.Event, error)
Click to show internal directories.
Click to hide internal directories.