make

package
v0.0.0-...-9adba77 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Handler = &cobra.Command{
		Use:        "make:handler",
		Aliases:    []string{"mh"},
		SuggestFor: nil,
		Short:      "create a handler",
		Long:       "create a handler",
		Example:    "vk make:handler demo or vk mh demo",
		Run:        handlerRun,
	}
)
View Source
var (
	Logic = &cobra.Command{
		Use:        "make:logic",
		Aliases:    []string{"ml"},
		SuggestFor: nil,
		Short:      "create a logic",
		Long:       "create a logic",
		Example:    "vk make:logic demo or vk ml demo",
		Run:        logicRun,
	}
)
View Source
var (
	Middleware = &cobra.Command{
		Use:        "make:middleware",
		Aliases:    []string{"mm"},
		SuggestFor: nil,
		Short:      "create a middleware",
		Long:       "create a middleware",
		Example:    "vk make:middleware demo or vk mm demo",
		Run:        middlewareRun,
	}
)
View Source
var (
	Model = &cobra.Command{
		Use:        "make:model",
		SuggestFor: nil,
		Short:      "create a model",
		Long:       "create a model",
		Example:    "vk make:model demo",
		Run:        modelRun,
	}
)
View Source
var (
	Repository = &cobra.Command{
		Use:        "make:repository",
		Aliases:    []string{"mr"},
		SuggestFor: nil,
		Short:      "create a repository",
		Long:       "create a repository",
		Example:    "vk make:repository demo or vk mr demo",
		Run:        repositoryRun,
	}
)
View Source
var (
	Service = &cobra.Command{
		Use:        "make:service",
		Aliases:    []string{"ms"},
		SuggestFor: nil,
		Short:      "create a service",
		Long:       "create a service",
		Example:    "vk make:service demo",
		Run:        serviceRun,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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