package
0.0.0-20240522174801-1ad3d4c87f21
Repository: https://github.com/crossplane/crossplane-tools.git
Documentation: pkg.go.dev

# Functions

NewTraverser returns a new Traverser.

# Structs

ProcessorConfig lets you configure what processors will be run in given traversal.
Traverser goes through all fields of given type recursively.

# Interfaces

FieldProcessor takes all information related to a field and processes it.
NamedProcessor takes a named struct with its comments and processes it.

# Type aliases

FieldProcessorChain runs multiple FieldProcessor in order.
NamedProcessorChain runs multiple NamedProcessors in order.