Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoRepository ¶
type VideoRepository interface {
Save(video entity.Video)
Update(video entity.Video)
Delete(video entity.Video)
FindAll() []entity.Video
CloseDB()
}
func NewVideoRepository ¶
func NewVideoRepository() VideoRepository
Click to show internal directories.
Click to hide internal directories.