Documentation ¶
Overview ¶
Copyright (c) Ultraviolet SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDK ¶ added in v0.2.0
type SDK interface { Algo(ctx context.Context, algorithm, requirements *os.File, privKey any) error Data(ctx context.Context, dataset *os.File, filename string, privKey any) error Result(ctx context.Context, privKey any, resultFile *os.File) error Attestation(ctx context.Context, reportData [size64]byte, attestationFile *os.File) error }
func NewAgentSDK ¶
func NewAgentSDK(agentClient agent.AgentServiceClient) SDK
Click to show internal directories.
Click to hide internal directories.