dynamostore

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package dynamostore implements regression.RegressionStore backed by DynamoDB via the generic dynamostore package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

Store implements regression.RegressionStore.

func New

func New(db *ds.Store) *Store

New creates a DynamoDB-backed regression store.

func (*Store) ActiveForDeploy

func (s *Store) ActiveForDeploy(ctx context.Context, deployID string) ([]regression.Regression, error)

func (*Store) Get

func (s *Store) Get(ctx context.Context, id string) (*regression.Regression, error)

func (*Store) List

func (*Store) Save

func (s *Store) Save(ctx context.Context, r *regression.Regression) error

func (*Store) UpdateStatus

func (s *Store) UpdateStatus(ctx context.Context, id string, status string) error

Jump to

Keyboard shortcuts

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