Versions in this module Expand all Collapse all v0 v0.2.5 Jun 10, 2025 Changes in this version + func WithClock(clock commoncore.Clock) func(*StateContainer) + func WithRecentlyQueuedEventsThreshold(thresholdSeconds int64) func(*StateContainer) + type Option func(*StateContainer) + type StateContainer struct + func LoadStateContainer(ctx context.Context, connPool *pgxpool.Pool, logger core.Logger, ...) (*StateContainer, error) + func (c *StateContainer) Changesets() manage.Changesets + func (c *StateContainer) Children() state.ChildrenContainer + func (c *StateContainer) Events() manage.Events + func (c *StateContainer) Exports() state.ExportsContainer + func (c *StateContainer) Instances() state.InstancesContainer + func (c *StateContainer) Links() state.LinksContainer + func (c *StateContainer) Metadata() state.MetadataContainer + func (c *StateContainer) Resources() state.ResourcesContainer + func (c *StateContainer) Validation() manage.Validation