postgresdeploy

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check struct {
	Name        string      `json:"name"`
	Status      CheckStatus `json:"status"`
	ErrorKind   string      `json:"error_kind,omitempty"`
	Message     string      `json:"message"`
	Remediation string      `json:"remediation,omitempty"`
	Evidence    []Evidence  `json:"evidence,omitempty"`
}

type CheckStatus

type CheckStatus string
const (
	CheckPass CheckStatus = "pass"
	CheckWarn CheckStatus = "warn"
	CheckFail CheckStatus = "fail"
)

type Evidence

type Evidence struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type ServingRefreshMarkerOptions

type ServingRefreshMarkerOptions struct {
	Now    time.Time
	MaxAge time.Duration
}

type ServingRefreshMarkerReader

type ServingRefreshMarkerReader interface {
	LatestServingRefreshMarker(context.Context) (*storepostgres.ServingDBRefreshMarker, error)
}

Jump to

Keyboard shortcuts

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