Versions in this module Expand all Collapse all v0 v0.4.0 Dec 6, 2024 Changes in this version + type SDK struct + func NewSDK(t interface{ ... }) *SDK + func (_m *SDK) Algo(ctx context.Context, algorithm *os.File, requirements *os.File, ...) error + func (_m *SDK) Attestation(ctx context.Context, reportData [64]byte, attestationFile *os.File) error + func (_m *SDK) Data(ctx context.Context, dataset *os.File, filename string, privKey interface{}) error + func (_m *SDK) EXPECT() *SDK_Expecter + func (_m *SDK) Result(ctx context.Context, privKey interface{}, resultFile *os.File) error + type SDK_Algo_Call struct + func (_c *SDK_Algo_Call) Return(_a0 error) *SDK_Algo_Call + func (_c *SDK_Algo_Call) Run(run func(ctx context.Context, algorithm *os.File, requirements *os.File, ...)) *SDK_Algo_Call + func (_c *SDK_Algo_Call) RunAndReturn(run func(context.Context, *os.File, *os.File, interface{}) error) *SDK_Algo_Call + type SDK_Attestation_Call struct + func (_c *SDK_Attestation_Call) Return(_a0 error) *SDK_Attestation_Call + func (_c *SDK_Attestation_Call) Run(run func(ctx context.Context, reportData [64]byte, attestationFile *os.File)) *SDK_Attestation_Call + func (_c *SDK_Attestation_Call) RunAndReturn(run func(context.Context, [64]byte, *os.File) error) *SDK_Attestation_Call + type SDK_Data_Call struct + func (_c *SDK_Data_Call) Return(_a0 error) *SDK_Data_Call + func (_c *SDK_Data_Call) Run(...) *SDK_Data_Call + func (_c *SDK_Data_Call) RunAndReturn(run func(context.Context, *os.File, string, interface{}) error) *SDK_Data_Call + type SDK_Expecter struct + func (_e *SDK_Expecter) Algo(ctx interface{}, algorithm interface{}, requirements interface{}, ...) *SDK_Algo_Call + func (_e *SDK_Expecter) Attestation(ctx interface{}, reportData interface{}, attestationFile interface{}) *SDK_Attestation_Call + func (_e *SDK_Expecter) Data(ctx interface{}, dataset interface{}, filename interface{}, ...) *SDK_Data_Call + func (_e *SDK_Expecter) Result(ctx interface{}, privKey interface{}, resultFile interface{}) *SDK_Result_Call + type SDK_Result_Call struct + func (_c *SDK_Result_Call) Return(_a0 error) *SDK_Result_Call + func (_c *SDK_Result_Call) Run(run func(ctx context.Context, privKey interface{}, resultFile *os.File)) *SDK_Result_Call + func (_c *SDK_Result_Call) RunAndReturn(run func(context.Context, interface{}, *os.File) error) *SDK_Result_Call