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) FindAll() []entity.Video Delete(entity.Video) }
func NewVideoRepository ¶
func NewVideoRepository() VideoRepository
Click to show internal directories.
Click to hide internal directories.