usecase

package
v0.0.0-...-7f9097d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostUsecase

type PostUsecase interface {
	Create(param *post.Create) (*post.Post, error)
	List() ([]*post.Media, error)
}

PostUsecase post usecase interface

func NewPostUsecase

func NewPostUsecase(postRepo postRepo.PostRepository, photoRepo photoRepo.PhotoRepository) PostUsecase

NewPostUsecase mount post usecase

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL