Documentation ¶
Index ¶
- type EventServiceImple
- func (esi *EventServiceImple) DeleteEvent(id uint) (*entities.Events, []error)
- func (esi *EventServiceImple) Event(id uint) (*entities.Events, []error)
- func (esi *EventServiceImple) Events() ([]entities.Events, []error)
- func (esi *EventServiceImple) StoreEvent(events *entities.Events) (*entities.Events, []error)
- func (esi *EventServiceImple) UpdateEvent(events *entities.Events) (*entities.Events, []error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventServiceImple ¶
type EventServiceImple struct {
// contains filtered or unexported fields
}
func NewEventService ¶
func NewEventService(evnetrepo Event.EventRepostory) *EventServiceImple
func (*EventServiceImple) DeleteEvent ¶
func (esi *EventServiceImple) DeleteEvent(id uint) (*entities.Events, []error)
func (*EventServiceImple) Event ¶
func (esi *EventServiceImple) Event(id uint) (*entities.Events, []error)
func (*EventServiceImple) Events ¶
func (esi *EventServiceImple) Events() ([]entities.Events, []error)
func (*EventServiceImple) StoreEvent ¶
func (*EventServiceImple) UpdateEvent ¶
Click to show internal directories.
Click to hide internal directories.