Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(svc *videoService) videoController
func NewService ¶
func NewService(repository *VideoRepository) videoService
func RegisterRoutes ¶
func RegisterRoutes(r *chi.Mux)
Types ¶
type CustomizedVideo ¶
type VideoRepository ¶
type VideoRepository interface { GetAllVideos() []videoModel CreateVideo(name string, path string, categories []uint) (id uint, err error) }
func NewPostgresRepository ¶
func NewPostgresRepository(db *sql.DB) VideoRepository
Click to show internal directories.
Click to hide internal directories.