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(pool *pgxpool.Pool) *EventService
func (*EventService) DeleteEvent ¶
func (s *EventService) DeleteEvent(ctx context.Context, eventId int) error
func (*EventService) GetSnapshotData ¶ added in v0.15.0
func (*EventService) UpdateEvent ¶ added in v0.23.0
func (s *EventService) UpdateEvent( ctx context.Context, eventId int, req *eventv1.UpdateEventRequest, ) (*eventv1.Event, error)
Click to show internal directories.
Click to hide internal directories.