Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2024 Changes in this version + type RadixTree struct + func NewRadixTree[T any]() *RadixTree[T] + func (t *RadixTree[T]) Add(path []string, value T) + func (t *RadixTree[T]) Child(item string) *RadixTree[T] + func (t *RadixTree[T]) Value() (*T, bool) v1.0.0 Jul 3, 2024 Changes in this version + type Plugin struct + IsClientSchema *bool + func (p Plugin) Run(plugin *protogen.Plugin) error + type PluginOption func(p *Plugin) + func WithClientSchema(isClientSchema bool) PluginOption + type Schema struct + func (s *Schema) OneCrd() bool