Versions in this module Expand all Collapse all v0 v0.1.211 Feb 9, 2026 v0.1.210 Feb 9, 2026 Changes in this version + type Harness struct + Metadata map[string]string + Outputs []PortMsg + func New(c module.Component) *Harness + func (h *Harness) Handle(ctx context.Context, port string, msg any) any + func (h *Harness) HandleAsLeader(ctx context.Context, port string, msg any) any + func (h *Harness) Handler(ctx context.Context, port string, data any) any + func (h *Harness) LeaderHandler(ctx context.Context, port string, data any) any + func (h *Harness) NewPod() *Harness + func (h *Harness) PortOutputs(port string) []any + func (h *Harness) Ports() []module.Port + func (h *Harness) Reconcile(ctx context.Context) any + func (h *Harness) ReconcileAsLeader(ctx context.Context) any + func (h *Harness) Reset() + type PortMsg struct + Data any + Port string