services

package
v0.0.0-...-2fcb85c Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ShowcaseRoomService

type ShowcaseRoomService struct {
	Collection *mongo.Collection
}

func NewShowcaseRoomService

func NewShowcaseRoomService(db *mongo.Database, collectionName string) ShowcaseRoomService

func (ShowcaseRoomService) CreateShowcaseRoom

func (service ShowcaseRoomService) CreateShowcaseRoom(ShowcaseRoom models.ShowcaseRoom) error

func (ShowcaseRoomService) DeleteShowcaseRoom

func (service ShowcaseRoomService) DeleteShowcaseRoom(id string) error

func (ShowcaseRoomService) GetShowcaseRoomById

func (service ShowcaseRoomService) GetShowcaseRoomById(id string) (models.ShowcaseRoom, error)

func (ShowcaseRoomService) GetShowcaseRooms

func (service ShowcaseRoomService) GetShowcaseRooms() ([]models.ShowcaseRoom, error)

func (ShowcaseRoomService) UpdateShowcaseRoom

func (service ShowcaseRoomService) UpdateShowcaseRoom(id string, ShowcaseRoom models.ShowcaseRoom) error

Jump to

Keyboard shortcuts

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