Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPutRatingInputInvalid = errors.New("the ReviewInput is invalid. The struct and your fields cann't be NIL. Check all fields or see more about in documentation")
)
Functions ¶
func PutReview ¶
func PutReview(ctx context.Context, reviewInput *ReviewInput, db PutReviewRepository) error
Types ¶
type PutReviewRepository ¶
Click to show internal directories.
Click to hide internal directories.