Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEpisodeExists = errors.New("episode exists")
ErrEpisodeExists ...
Functions ¶
This section is empty.
Types ¶
type UpdateSaver ¶
type UpdateSaver interface {
Perform(update model.Update, sourceID primitive.ObjectID) (page model.Page, err error)
}
UpdateSaver ...
func NewSaveUpdate ¶
func NewSaveUpdate(sourceRepo repository.ISource, comicRepo repository.IComic, episodeRepo repository.IEpisode, pageRepo repository.IPage) UpdateSaver
NewSaveUpdate ...
Click to show internal directories.
Click to hide internal directories.