server

package
v0.0.0-...-72605ad Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RunServerCmd = &cobra.Command{
	Use:   "server",
	Short: "start go-puso server",
	Run: func(cmd *cobra.Command, args []string) {
		fx.New(
			fx.Supply(cmd),
			Init,
			fx.Invoke(Run),
		).Run()
	},
}

Functions

func Run

func Run(lc fx.Lifecycle, ro *router.Router)

Types

This section is empty.

Jump to

Keyboard shortcuts

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