Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Digger ¶
type Digger struct {
// contains filtered or unexported fields
}
Digger is an object that knows how to extract information from objects using paths.
type DiggerBuilder ¶
type DiggerBuilder struct { }
DiggerBuilder contains the information and logic needed to build a digger.
func NewDigger ¶
func NewDigger() *DiggerBuilder
NewDigger creates a builder that can then be used to configure and create diggers.
Click to show internal directories.
Click to hide internal directories.