Documentation ¶ Index ¶ type Generator func NewGenerator(prefixId string, jwksUris map[string]string, allowedIssuers map[string]string, ...) *Generator func (g *Generator) Generate() ([]rule.Rule, error) func (g *Generator) LoadOpenAPI3Doc(ctx context.Context, d *openapi3.T) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator struct { PrefixId string // contains filtered or unexported fields } func NewGenerator ¶ func NewGenerator(prefixId string, jwksUris map[string]string, allowedIssuers map[string]string, allowedAudiences map[string]string, serverUrls []string, upstreamUrl string, upstreamStripPath string) *Generator func (*Generator) Generate ¶ func (g *Generator) Generate() ([]rule.Rule, error) func (*Generator) LoadOpenAPI3Doc ¶ func (g *Generator) LoadOpenAPI3Doc(ctx context.Context, d *openapi3.T) error Source Files ¶ View all Source files generator.gomatch_rule.go Click to show internal directories. Click to hide internal directories.