nitro

package
v0.0.0-...-8a10f5f Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InsideNitroServeCmd = &cobra.Command{
	Use:   "inside-enclave",
	Short: "subcommand to serve a nitro micro-service",
	Run:   rootcmd.Perform("inside-enclave", RunNitroServerInEnclave),
}

InsideNitroServeCmd the nitro serve command

View Source
var NitroServeCmd = &cobra.Command{
	Use:   "nitro",
	Short: "subcommand to serve a nitro micro-service",
}

NitroServeCmd the nitro serve command

View Source
var OutsideNitroServeCmd = &cobra.Command{
	Use:   "outside-enclave",
	Short: "subcommand to serve a nitro micro-service",
	Run:   rootcmd.Perform("outside-enclave", RunNitroServerOutsideEnclave),
}

OutsideNitroServeCmd the nitro serve command

Functions

func RunNitroServerInEnclave

func RunNitroServerInEnclave(cmd *cobra.Command, args []string) error

RunNitroServerInEnclave - start up the nitro server living inside the enclave

func RunNitroServerOutsideEnclave

func RunNitroServerOutsideEnclave(cmd *cobra.Command, args []string) error

RunNitroServerOutsideEnclave - start up all the services which are outside

Types

This section is empty.

Jump to

Keyboard shortcuts

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