Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FmtNode ¶
type FmtNode struct {
// contains filtered or unexported fields
}
FmtNode
type LoadFileNode ¶
type LoadFileNode struct {
// contains filtered or unexported fields
}
func (*LoadFileNode) Start ¶
func (n *LoadFileNode) Start(input pipeline.StartInput) error
type RegexpNode ¶
type RegexpNode struct {
// contains filtered or unexported fields
}
func (*RegexpNode) Start ¶
func (n *RegexpNode) Start(input pipeline.StartInput) error
type SaveFileNode ¶
type SaveFileNode struct {
// contains filtered or unexported fields
}
SaveFileNode handles ContentData by saving to a file.
func (*SaveFileNode) Start ¶
func (n *SaveFileNode) Start(input pipeline.StartInput) error
type StructNode ¶
type StructNode struct {
// contains filtered or unexported fields
}
StructNode takes ContentData with source code and converts it to StructData.
func (*StructNode) Start ¶
func (n *StructNode) Start(input pipeline.StartInput) error
Click to show internal directories.
Click to hide internal directories.