Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execute ¶
type Execute struct {
RequestID string `json:"request_id,omitempty"`
Code codes.Code `json:"code,omitempty"`
Results execute.ResultMap `json:"results,omitempty"`
Cluster execute.Cluster `json:"cluster,omitempty"`
PBFT PBFTResultInfo `json:"pbft,omitempty"`
// Signed digest of the response.
Signature string `json:"signature,omitempty"`
// Used to communicate the reason for failure to the user.
Message string `json:"message,omitempty"`
}
Execute describes the response to the `MessageExecute` message.
func (Execute) MarshalJSON ¶ added in v0.5.0
type FormCluster ¶
type FormCluster struct {
RequestID string `json:"request_id,omitempty"`
Code codes.Code `json:"code,omitempty"`
Consensus consensus.Type `json:"consensus,omitempty"`
}
FormCluster describes the `MessageFormClusteRr` response.
func (FormCluster) MarshalJSON ¶ added in v0.5.0
func (f FormCluster) MarshalJSON() ([]byte, error)
func (FormCluster) Type ¶
func (FormCluster) Type() string
type Health ¶
type Health struct {
Code int `json:"code,omitempty"`
}
Health describes the message sent as a health ping.
func (Health) MarshalJSON ¶ added in v0.5.0
type InstallFunction ¶
type InstallFunction struct {
Code codes.Code `json:"code,omitempty"`
Message string `json:"message,omitempty"`
CID string `json:"cid,omitempty"`
}
InstallFunction describes the response to the `MessageInstallFunction` message.
func (InstallFunction) MarshalJSON ¶ added in v0.5.0
func (f InstallFunction) MarshalJSON() ([]byte, error)
func (InstallFunction) Type ¶
func (InstallFunction) Type() string
type PBFTResultInfo ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.