releasedbaseline

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package releasedbaseline persists the entity hashes from the last successful release of each environment.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HashFields

func HashFields(fields map[string]any) (string, error)

Types

type Document

type Document struct {
	EnvironmentID  string            `json:"environment_id"`
	ReleaseID      string            `json:"release_id"`
	ReleasedAt     time.Time         `json:"released_at"`
	SourceRevision string            `json:"source_revision"`
	Entities       map[string]string `json:"entities"`
}

type Store

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

func Open

func Open(root string) *Store

func (*Store) Clear

func (s *Store) Clear(environmentID string) error

Clear removes the baseline so that entity change markers fall back to the no-baseline behaviour until the next successful release rebuilds it. Used when rolling back to a release that predates baseline capture.

func (*Store) Load

func (s *Store) Load(environmentID string) (Document, bool, error)

func (*Store) Save

func (s *Store) Save(document Document) error

Jump to

Keyboard shortcuts

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