showschedule

package
v0.0.0-...-bf9679a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewShowScheduleServiceImpl

func NewShowScheduleServiceImpl(
	showScheduleRepository showschedule.ShowScheduleRepository,
	groupRepository group.GroupRepository,
	idGenerator generator.IDGenerator,
) *showScheduleServiceImpl

Types

type ShowScheduleService

type ShowScheduleService interface {
	Create(ctx context.Context, p payload.CreateShowSchedule) (id string, err error)
	GetAll(ctx context.Context) (responses []response.ShowSchedule, err error)
	GetByID(ctx context.Context, id string) (response response.ShowScheduleDetails, err error)
	GetByGroupID(ctx context.Context, groupID string) (responses []response.ShowSchedule, err error)
	Update(ctx context.Context, id string, p payload.UpdateShowSchedule) (err error)
	Delete(ctx context.Context, id string) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL