//
pkg.gl
Category
github.com/grafana/agent
internal
util
structwalk
package
0.44.2
Repository:
https://github.com/grafana/agent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
56 SLOC
#
Functions
Walk
Walk traverses the hierarchy of o in depth-first order.
#
Interfaces
Visitor
Visitor will have its Visit method invoked for each struct value encountered by Walk.