Documentation ¶ Index ¶ type Generator func NewGenerator(ctx context.Context, d *openapi3.T, cfg *config.Config) (*Generator, error) func (g *Generator) Generate() ([]oathkeeper.Rule, error) type RulesById func (r RulesById) Len() int func (r RulesById) Less(i, j int) bool func (r RulesById) Swap(i, j int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator struct { // contains filtered or unexported fields } func NewGenerator ¶ func NewGenerator(ctx context.Context, d *openapi3.T, cfg *config.Config) (*Generator, error) func (*Generator) Generate ¶ func (g *Generator) Generate() ([]oathkeeper.Rule, error) type RulesById ¶ added in v0.5.4 type RulesById []oathkeeper.Rule func (RulesById) Len ¶ added in v0.5.4 func (r RulesById) Len() int func (RulesById) Less ¶ added in v0.5.4 func (r RulesById) Less(i, j int) bool func (RulesById) Swap ¶ added in v0.5.4 func (r RulesById) Swap(i, j int) Source Files ¶ View all Source files generator.go match_rule.go Click to show internal directories. Click to hide internal directories.