sdk

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL