Documentation
¶
Index ¶
Constants ¶
View Source
const (
SkipMockGen = "SKIP_MOCK_GEN"
)
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(opts GenerateOptions) error
Types ¶
type DescriptorWithPath ¶
type DescriptorWithPath struct {
*descriptor.FileDescriptorProto
// the absolute paths from which the proto file was read
// we use these to correlate messages with their respective solo-kit.json files
ProtoFilePaths []string
// Computed from all possible import paths
ProtoFilePath string
}
func (*DescriptorWithPath) SelectProtoFilePath ¶
func (d *DescriptorWithPath) SelectProtoFilePath()
type DocsOptions ¶
type DocsOptions = options.DocsOptions
type GenerateOptions ¶
Click to show internal directories.
Click to hide internal directories.