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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewShowScheduleRepositoryImpl

func NewShowScheduleRepositoryImpl(db *gorm.DB, logger logging.Logging) *showScheduleRepositoryImpl

Types

type ShowScheduleRepository

type ShowScheduleRepository interface {
	Insert(ctx context.Context, showSchedule entity.ShowSchedule) (err error)
	FindAll(ctx context.Context) (showSchedules []entity.ShowSchedule, err error)
	FindByID(ctx context.Context, id string) (showSchedule entity.ShowSchedule, err error)
	FindByGroupID(ctx context.Context, groupID string) (showSchedules []entity.ShowSchedule, err error)
	Update(ctx context.Context, id string, showSchedule entity.ShowSchedule) (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