Documentation ¶
Overview ¶
Package genclient provides a generator for the client tool and package of a goa application. The generator creates a main.go file and a subpackage containing data structures specific to the service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Signers contains the names of the request signers supported by the client. Signers []string // SignerPackages contains the Go package path to external packages containing custom // signers. SignerPackages []string // Version is the generated client version. Version string // AppPkg is the package path to the generated application code. // This is needed to get access to the payload types. AppPkg string )
Functions ¶
Types ¶
type Command ¶
type Command struct {
*codegen.BaseCommand
}
Command is the goa application code generator command line data structure. It implements meta.Command.
func (*Command) RegisterFlags ¶
func (c *Command) RegisterFlags(r codegen.FlagRegistry)
RegisterFlags registers the command line flags with the given registry.
Click to show internal directories.
Click to hide internal directories.