data_provider

package
v0.0.0-...-6e57485 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunDatasetProvider

func RunDatasetProvider(name string, loc string, logLevel, logFile, managerAddr, certFolder string, sharedWith []string)

Types

type Dataset

type Dataset struct {
	Name        string `json:"name"`
	Size        string `json:"size"`
	Cols        string `json:"cols"`
	SharedWith  string `json:"shared_with"`
	Link        string `json:"link"`
	Description string `json:"description"`
}

todo: error management todo: share with selection

type DatasetRequest

type DatasetRequest struct {
	DatasetName            string
	NodesNames             []string
	Params                 string
	NodesPubKeys           [][]byte
	NodesCerts             [][]byte
	NodesPubKeysSignatures [][]byte
}

type DatasetReturn

type DatasetReturn struct {
	EncVecs []string
	Cols    []string
}

Jump to

Keyboard shortcuts

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