serve

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 License: Apache-2.0, MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "serve",
	Short: "Start a server",
}
View Source
var (
	FullCmd = &cobra.Command{
		Use:    "full",
		Short:  "Start the full server.",
		Args:   cobra.NoArgs,
		RunE:   startFullServer,
		Hidden: true,
	}
)
View Source
var PDPCmd = &cobra.Command{
	Use:   "pdp",
	Args:  cobra.NoArgs,
	Short: `Start a PDP server`,
	RunE:  doPDPServe,
}
View Source
var (
	UCANCmd = &cobra.Command{
		Use:   "ucan",
		Short: "Start the UCAN server.",
		Args:  cobra.NoArgs,
		RunE:  startServer,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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