Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Package provides package name for the proxy
Package string
// Prefix specifies prefix to be added to message types:
// {{.Prefix}}{{.Message.GoName}}
// If not provided, the the package name of the process file will be used.
Prefix string
}
Options are the options to set for rendering the template.
Click to show internal directories.
Click to hide internal directories.