cli

package
v0.0.0-...-9624bc3 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cli

type Cli struct {
	App *cli.App
}

Cli is a struct that holds the Command Line Interface application.

func NewCli

func NewCli() *Cli

NewCli creates a new instance of the Command Line Interface.

func (*Cli) Initialize

func (c *Cli) Initialize()

Initialize Creates the CLI application and sets the commands and flags. The commands are: - configure: configures secrecy setup and computing cluster management. - local: manages the secrecy framework on a local machine and sends requests to it. - serve: starts the secrecy-go service. - client: sends API requests to the secrecy-go service. - execute: runs a secure multi-party computation across the specified computing parties.

func (*Cli) Run

func (c *Cli) Run()

Run starts the CLI application.

Jump to

Keyboard shortcuts

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