Versions in this module Expand all Collapse all v0 v0.7.6 Oct 23, 2025 v0.7.5 Jun 30, 2025 Changes in this version + type Execute struct + Cluster execute.Cluster + Code codes.Code + ErrorMessage string + RequestID string + Results execute.ResultMap + func (Execute) Type() string + func (e *Execute) WithCluster(c execute.Cluster) *Execute + func (e *Execute) WithErrorMessage(err error) *Execute + func (e *Execute) WithResults(r execute.ResultMap) *Execute + func (e Execute) MarshalJSON() ([]byte, error) + type FormCluster struct + Code codes.Code + Consensus consensus.Type + RequestID string + func (FormCluster) Type() string + func (f *FormCluster) WithConsensus(c consensus.Type) *FormCluster + func (f FormCluster) MarshalJSON() ([]byte, error) + type Health struct + Code int + func (Health) Type() string + func (h Health) MarshalJSON() ([]byte, error) + type InstallFunction struct + CID string + Code codes.Code + Message string + func (InstallFunction) Type() string + func (f InstallFunction) MarshalJSON() ([]byte, error) + type RollCall struct + Code codes.Code + FunctionID string + RequestID string + func (RollCall) Type() string + func (r RollCall) MarshalJSON() ([]byte, error) + type WorkOrder struct + Code codes.Code + ErrorMessage string + RequestID string + Result execute.NodeResult + func (WorkOrder) Type() string + func (w *WorkOrder) WithErrorMessage(err error) *WorkOrder + func (w *WorkOrder) WithMetadata(m any) *WorkOrder + func (w WorkOrder) MarshalJSON() ([]byte, error)