Documentation
¶
Index ¶
- type Protocol
- func (p Protocol) ReadAttestationDoc() ([]byte, error)
- func (p Protocol) ReadDeploymentResults() (*entities.SetDeploymentIDRequest, error)
- func (p Protocol) ReadRunResults() (*cli.RunResult, error)
- func (p Protocol) WriteBinary(b []byte) error
- func (p Protocol) WriteFunctionInfo(name string, public bool) error
- func (p Protocol) WriteStart(req entities.StartRequest) error
- type Verifier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶ added in v0.5.10
type Protocol struct {
WriteStartFn func(req entities.StartRequest) error
ReadAttestationDocFn func() ([]byte, error)
ReadRunResultsFn func() (*cli.RunResult, error)
WriteBinaryFn func(b []byte) error
WriteFunctionInfoFn func(name string, public bool) error
ReadDeploymentResultsFn func() (*entities.SetDeploymentIDRequest, error)
}
func (Protocol) ReadAttestationDoc ¶ added in v0.5.10
func (Protocol) ReadDeploymentResults ¶ added in v0.5.10
func (p Protocol) ReadDeploymentResults() (*entities.SetDeploymentIDRequest, error)
func (Protocol) ReadRunResults ¶ added in v0.5.10
func (Protocol) WriteBinary ¶ added in v0.5.10
func (Protocol) WriteFunctionInfo ¶ added in v0.5.10
func (Protocol) WriteStart ¶ added in v0.5.10
func (p Protocol) WriteStart(req entities.StartRequest) error
Click to show internal directories.
Click to hide internal directories.