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 agent.Algorithm, privKey any) error
Data(ctx context.Context, dataset agent.Dataset, privKey any) error
Result(ctx context.Context, privKey any) ([]byte, error)
Attestation(ctx context.Context, reportData [size64]byte) ([]byte, error)
}
func NewAgentSDK ¶
func NewAgentSDK(log *slog.Logger, agentClient agent.AgentServiceClient) SDK
Click to show internal directories.
Click to hide internal directories.