start

package
v0.0.0-...-bdc77e9 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfigFilePath string

	Version string
)
View Source
var Start = &cobra.Command{Use: "start", Short: "start server", RunE: func(cmd *cobra.Command, args []string) error {
	err := rpcworker.CheckExisted()
	if err != nil {
		return err
	}
	return RunMain()
}}

Functions

func RunMain

func RunMain() error

Types

This section is empty.

Jump to

Keyboard shortcuts

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