Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqlGenerator ¶
type SqlGenerator struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts protogen.Options, request *pluginpb.CodeGeneratorRequest) (*SqlGenerator, error)
func (*SqlGenerator) Generate ¶
func (p *SqlGenerator) Generate() (*pluginpb.CodeGeneratorResponse, error)
func (*SqlGenerator) Name ¶
func (p *SqlGenerator) Name() string
func (*SqlGenerator) PackageImportName ¶
func (p *SqlGenerator) PackageImportName(filename string) string
func (*SqlGenerator) SQLDialect ¶
func (p *SqlGenerator) SQLDialect() string
func (*SqlGenerator) StoreName ¶
func (p *SqlGenerator) StoreName(filename string) string
Click to show internal directories.
Click to hide internal directories.