Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "serve",
Short: "Start a server",
}
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.
Click to show internal directories.
Click to hide internal directories.