Documentation ¶
Index ¶
- type Hybrid
- type Protocol
- func (p Protocol) Error(err error) error
- func (p Protocol) ReadAttestationDoc() ([]byte, error)
- func (p Protocol) ReadDeploymentResults() (*entities.SetDeploymentIDRequest, error)
- func (p Protocol) ReadFunctionInfo() (*entities.FunctionInfo, error)
- func (p Protocol) ReadRunResults() (*cli.RunResult, error)
- func (p Protocol) ReadStart() (*entities.StartRequest, error)
- func (p Protocol) UserInput() ([]byte, error)
- func (p Protocol) WriteAttestationDoc(doc []byte) error
- func (p Protocol) WriteBinary(b []byte) error
- func (p Protocol) WriteDeploymentResults(res entities.SetDeploymentIDRequest) error
- func (p Protocol) WriteFunctionInfo(name string, public bool) error
- func (p Protocol) WriteRunResults(results cli.RunResult) error
- func (p Protocol) WriteStart(request entities.StartRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
func (Protocol) ReadAttestationDoc ¶
func (Protocol) ReadDeploymentResults ¶
func (p Protocol) ReadDeploymentResults() (*entities.SetDeploymentIDRequest, error)
func (Protocol) ReadFunctionInfo ¶ added in v0.2.1
func (p Protocol) ReadFunctionInfo() (*entities.FunctionInfo, error)
func (Protocol) WriteAttestationDoc ¶
func (Protocol) WriteBinary ¶
func (Protocol) WriteDeploymentResults ¶
func (p Protocol) WriteDeploymentResults(res entities.SetDeploymentIDRequest) error
TODO -- `SetDeploymentIDRequest` is not a good type name they should be renamed to `DeploymentResponse` or something similar
func (Protocol) WriteFunctionInfo ¶ added in v0.2.1
func (Protocol) WriteStart ¶
func (p Protocol) WriteStart(request entities.StartRequest) error
Click to show internal directories.
Click to hide internal directories.