Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "serve", Short: "Start a server", Args: cobra.NoArgs, RunE: fullServer, }
View Source
var ( FullCmd = &cobra.Command{ Use: "full", Short: "Start the full piri server!", Args: cobra.NoArgs, RunE: fullServer, } )
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.