Discover Packages
github.com/ConteMan/conflow
internal
releasedbaseline
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package releasedbaseline persists the entity hashes from the last successful
release of each environment.
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"`
}
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.