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 DisbandCluster struct + RequestID string + func (DisbandCluster) Type() string + func (d DisbandCluster) MarshalJSON() ([]byte, error) + type Execute struct + Topic string + func (Execute) Type() string + func (e Execute) MarshalJSON() ([]byte, error) + func (e Execute) Response(c codes.Code, id string) *response.Execute + func (e Execute) RollCall(id string, c consensus.Type) *RollCall + func (e Execute) Valid() error + func (e Execute) WorkOrder(id string) *WorkOrder + type FormCluster struct + ConnectionInfo []peer.AddrInfo + Consensus consensus.Type + Peers []peer.ID + RequestID string + func (FormCluster) Type() string + func (f FormCluster) MarshalJSON() ([]byte, error) + func (f FormCluster) Response(c codes.Code) *response.FormCluster + type InstallFunction struct + CID string + ManifestURL string + func (InstallFunction) Type() string + func (f InstallFunction) MarshalJSON() ([]byte, error) + func (f InstallFunction) Response(c codes.Code) *response.InstallFunction + func (f InstallFunction) Valid() error + type RollCall struct + Attributes *execute.Attributes + Consensus consensus.Type + FunctionID string + RequestID string + func (RollCall) Type() string + func (r RollCall) MarshalJSON() ([]byte, error) + func (r RollCall) Response(c codes.Code) *response.RollCall + type WorkOrder struct + RequestID string + Timestamp time.Time + func (WorkOrder) Type() string + func (w WorkOrder) MarshalJSON() ([]byte, error) + func (w WorkOrder) Response(c codes.Code, res execute.Result) *response.WorkOrder