genepool

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenePool

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

GenePool manages the ActiveGenes (crystals of logic) in RAM. It implements ports.GenePoolPort.

func New

func New(ctx context.Context, storage ports.GenomeStoragePort, manifestPath string) (*GenePool, error)

New initializes the pool and runs the mandatory boot-time integrity check.

func (*GenePool) ActiveGenes

func (p *GenePool) ActiveGenes(ctx context.Context, intent domain.IntentStr) iter.Seq[*domain.DomainGene]

ActiveGenes returns an iterator over genes matching the current intent context.

func (*GenePool) Reload

func (p *GenePool) Reload(ctx context.Context) error

Reload re-reads the manifest and re-mmaps the active genes into memory. LLD 9.2: Boot-Time Integrity Check enforcement.

func (*GenePool) ReloadTrigger

func (p *GenePool) ReloadTrigger() error

Jump to

Keyboard shortcuts

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