Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPlaylistRepo ¶
type IPlaylistWorkflow ¶
type PlaylistRepo ¶
type PlaylistRepo struct {
// contains filtered or unexported fields
}
func NewPlaylistRepo ¶
func NewPlaylistRepo(mongo *db.Mongo) *PlaylistRepo
type PlaylistService ¶
type PlaylistService struct {
// contains filtered or unexported fields
}
func NewPlaylistService ¶
func NewPlaylistService(repo IPlaylistRepo, work IPlaylistWorkflow) *PlaylistService
type PlaylistWorkflow ¶
type PlaylistWorkflow struct {
// contains filtered or unexported fields
}
func NewPlaylisteWorkflow ¶
func NewPlaylisteWorkflow(cl client.Client) *PlaylistWorkflow
Click to show internal directories.
Click to hide internal directories.