Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository() (*Repository, error)
func (*Repository) GetReviewByMutationID ¶
func (r *Repository) GetReviewByMutationID(id uuid.UUID) (*Review, error)
func (*Repository) GetReviewsForFramework ¶
func (r *Repository) GetReviewsForFramework(framework string) ([]Review, error)
func (*Repository) SaveReview ¶
func (r *Repository) SaveReview(review *Review) error
Click to show internal directories.
Click to hide internal directories.