Versions in this module Expand all Collapse all v0 v0.0.11 Jul 31, 2024 Changes in this version + type Generator struct + func New(descriptorRegistry *descriptor.Registry, options Options) *Generator + func (g *Generator) CheckDuplicateEndpoint(method, pathTemplate string, service *descriptor.Service) error + func (g *Generator) Generate(targets []*descriptor.File) ([]*descriptor.ResponseFile, error) + type Options struct + AllowPatchFeature bool + GenerateLocal bool + OmitPackageDoc bool + RegisterFunctionSuffix string + RepeatedPathParameterSeparator descriptor.PathParameterSeparator + Standalone bool + UseHTTPRequestContext bool + func DefaultOptions() Options v0.0.1-alpha May 18, 2024