command

package
v0.0.0-...-af619fd Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2022 License: MIT Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DemoCommand = &cobra.Command{
	Use:   "demo",
	Short: "demo for framework",
	Run: func(c *cobra.Command, args []string) {
		container := c.GetContainer()
		appService := container.MustMake(contract.AppKey).(contract.App)
		fmt.Println("app base folder:", appService.BaseFolder())
	},
}

helpCommand show current envionment

Functions

func AddKernelCommands

func AddKernelCommands(root *cobra.Command)

AddKernelCommands will add all command/* to root command

func InitCronCommands

func InitCronCommands(root *cobra.Command)

InitCronCommands 初始化Cron相关的命令

Types

type Proxy

type Proxy struct {
	// contains filtered or unexported fields
}

Proxy 代表serve启动的服务器代理

func NewProxy

func NewProxy(c framework.Container) *Proxy

NewProxy 初始化一个Proxy

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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