cmd

package
v0.0.0-...-e2602fe Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Main is the main command.
	Main = cmd.GenMain(
		gcmd.Command{
			Name:      "main",
			Usage:     "main",
			Brief:     "start user grpc server",
			Arguments: append(cmd.CommonArguments, []gcmd.Argument{}...),
			Func: cmd.GetGrpcCmdFunc(
				cmd.GetGrpcMiddleware(),
				func(server *grpcx.GrpcServer) {
					user.Register(server)
				},
			),
		},
		cmd.GenHttpForGrpc,
		httpForGrpc,
	)
)

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