Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectEsProto ¶
type ConnectEsProto struct{}
ConnectEsProto implements Plugin for the bufbuild/connect-es plugin.
func (*ConnectEsProto) Configure ¶
func (p *ConnectEsProto) Configure(ctx *protoc.PluginContext) *protoc.PluginConfiguration
Configure implements part of the Plugin interface.
func (*ConnectEsProto) Name ¶
func (p *ConnectEsProto) Name() string
Name implements part of the Plugin interface.
type ConnectEsProtoOptions ¶
type ConnectEsProtoOptions struct {
// contains filtered or unexported fields
}
ConnectEsProtoOptions represents the parsed flag configuration for the ConnectEsProto implementation.
type EsProto ¶
type EsProto struct{}
EsProto implements Plugin for the bufbuild/protoc-gen-es plugin.
func (*EsProto) Configure ¶
func (p *EsProto) Configure(ctx *protoc.PluginContext) *protoc.PluginConfiguration
Configure implements part of the Plugin interface.
type EsProtoOptions ¶
type EsProtoOptions struct {
// contains filtered or unexported fields
}
EsProtoOptions represents the parsed flag configuration for the EsProto implementation.
Click to show internal directories.
Click to hide internal directories.