mock

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:        "mock",
	Usage:       "-f ${fromGoFile} -o ${outGoFile}",
	Description: "patch code which is generated by github.com/golang/mock/mockgen, add `gone.flag` to MockStructure",
	Flags: []cli.Flag{
		&cli.StringFlag{
			Name:  "f",
			Usage: "FromGoFile",
		},
		&cli.StringFlag{
			Name:     "o",
			Usage:    "outGoFile",
			Required: true,
		},
	},
	Action: action,
}

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