protoc

package
v0.0.0-...-5ba5233 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProtocCmd = &cli.Command{
	Name:            "protoc",
	Usage:           "waterdrop protoc tools",
	Action:          run,
	SkipFlagParsing: false,
	UsageText:       protocHelpTemplate,
	Flags: []cli.Flag{
		&cli.BoolFlag{
			Name:        "grpc",
			Usage:       "whether to generate GRPC code",
			Destination: &genGRPC,
		},
		&cli.BoolFlag{
			Name:        "swagger",
			Usage:       "whether to use swagger for generation",
			Destination: &genSwagger,
		},
	},
}

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