Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VideoEntity ¶
type VideoRepository ¶
type VideoRepository struct {
// contains filtered or unexported fields
}
func NewVideoRepository ¶
func (*VideoRepository) Find ¶
func (vr *VideoRepository) Find(filter interface{}) (*mongo.Cursor, error)
func (*VideoRepository) FindById ¶
func (vr *VideoRepository) FindById(id string) (video *VideoEntity, err error)
Click to show internal directories.
Click to hide internal directories.