package
0.0.0-20240822020607-ba854f2ded86
Repository: https://github.com/aliyuncontainerservice/pouch.git
Documentation: pkg.go.dev

# Functions

Inspect fetches objects by reference and writes the json representation to the output writer.
NewIndentedInspector generates a new IndentedInspector.
NewTemplateInspector creates a new inspector with a template.
NewTemplateInspectorFromString creates a new TemplateInspector from a string.

# Structs

IndentedInspector uses a buffer to stop the indented representation of an element.
TemplateInspector uses a template to inspect elements.

# Interfaces

Inspector defines an interface to implement to process elements.

# Type aliases

GetRefFunc is a function which used by Inspect to fetch an object from a reference.