review

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

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

type Review

type Review struct {
	MutationID          uuid.UUID `gorm:"primaryKey"`
	FrameworkMutationID string    // improve compatibility where frameworks issue mutant ids
	Framework           string
	Review              string
}

Jump to

Keyboard shortcuts

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